Knight's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Knight's Embrace palette

Share this palette to:

Knight's Embrace color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #405b9c;
}
.color-3 {
color: #6983b5;
}
.color-4 {
color: #a1c2e3;
}
.color-5 {
color: #f0b2b2;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #405b9c;
--color-3: #6983b5;
--color-4: #a1c2e3;
--color-5: #f0b2b2;
}

Knight's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #405b9c, #6983b5, #a1c2e3, #f0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #405b9c, #6983b5, #a1c2e3, #f0b2b2);
}

Knight's Embrace color palette created on .