Colors
Set your brand’s primary, secondary and text colors.
Nexgen is styled with CSS variables (also called custom properties). A value is defined once, in a single place, and then reused everywhere it’s needed — so changing one variable can restyle the entire template at once.
Colors and typography are defined in assets/css/default.css. Variables are declared on the :root
selector, which makes them available to every element on the page:
:root {--primary-color: #4a6cf7;--secondary-color: #1d2144;--text-color: #637381;--heading-color: #1d2144;
--body-font: 'Inter', sans-serif;--heading-font: 'Inter', sans-serif;}Colors
Set your brand’s primary, secondary and text colors.
Background Colors
Give each section its own background with --section-* variables.
Buttons
Style calls to action with the button classes.
Icons
Use Simple Line Icons and Font Awesome throughout.