Foundations

Brand Colors

Brand color tokens control page colors, background helpers, gradients, and button colors. Choose the tab that matches your starter.

Core colors

Bootstrap color tokens live in assets/css/core.css.

ColorTokenDefaultPreview
Body Background--kf-body-bg#ffffff#ffffff
Body Text--kf-body-text#1c1d25#1c1d25
White--kf-white#ffffff#ffffff
Black--kf-black#1c1d25#1c1d25

Brand colors

Used by helpers like .kf-bg-brand-1, .kf-bg-brand-2, buttons, icons, badges, and highlights.

ColorTokenDefaultPreview
Brand 1--kf-brand-color-1#ff2056#ff2056
Brand 2--kf-brand-color-2#fe9a00#fe9a00

Light backgrounds

Used by .kf-bg-light-1, .kf-bg-light-2, and .kf-bg-light-3.

ColorTokenDefaultPreview
Light 1--kf-bg-light-1#fff1f5#fff1f5
Light 2--kf-bg-light-2#fff6e8#fff6e8
Light 3--kf-bg-light-3#f5f7f9#f5f7f9

Dark backgrounds

Used by .kf-bg-dark-1 and .kf-bg-dark-2.

ColorTokenDefaultPreview
Dark 1--kf-bg-dark-1#111827#111827
Dark 2--kf-bg-dark-2#1f2937#1f2937

Gradient backgrounds

Used by .kf-bg-gradient-1 and .kf-bg-gradient-2.

ColorTokenDefaultPreview
Gradient 1--kf-bg-gradient-1linear-gradient(135deg, #ff2056, #c4003a)gradient
Gradient 2--kf-bg-gradient-2linear-gradient(135deg, #fe9a00, #d97706)gradient

Button colors

Used by button classes like .btn-primary, .btn-secondary, .btn-light, and .btn-dark.

ColorTokenDefaultPreview
Primary--kf-btn-primary-bg#ff2056#ff2056
Primary Hover--kf-btn-primary-bg-hover#e61c4d#e61c4d
Secondary--kf-btn-secondary-bg#fe9a00#fe9a00
Secondary Hover--kf-btn-secondary-bg-hover#e58b00#e58b00
Light--kf-btn-light-bg#f8f9fa#f8f9fa
Light Hover--kf-btn-light-bg-hover#f3f4f6#f3f4f6
Dark--kf-btn-dark-bg#111827#111827
Dark Hover--kf-btn-dark-bg-hover#1f2937#1f2937

Use your own colors

Replace token values in assets/css/core.css. Sections and helpers using those tokens update automatically.

--kf-brand-color-1: #2563eb;

--kf-brand-color-3: #2563eb;

.kf-bg-brand-3 {
  background: var(--kf-brand-color-3) !important;
  color: var(--kf-white) !important;
}

Section Used

...

Sections copied so far!