Knight's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Knight's Embrace palette
Knight's Embrace color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #e2c49d;
}
.color-5 {
color: #f2e5ba;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #a85f2e;
--color-3: #d19b6b;
--color-4: #e2c49d;
--color-5: #f2e5ba;
}
Knight's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #a85f2e, #d19b6b, #e2c49d, #f2e5ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #a85f2e, #d19b6b, #e2c49d, #f2e5ba);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Knight's Embrace color palette created on .