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: #5c8bc1;
}
.color-2 {
color: #4e6e88;
}
.color-3 {
color: #4b8b6d;
}
.color-4 {
color: #f6c960;
}
.color-5 {
color: #e16a4c;
}
/* CSS Variables */
:root {
--color-1: #5c8bc1;
--color-2: #4e6e88;
--color-3: #4b8b6d;
--color-4: #f6c960;
--color-5: #e16a4c;
}
Knight's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8bc1, #4e6e88, #4b8b6d, #f6c960, #e16a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8bc1, #4e6e88, #4b8b6d, #f6c960, #e16a4c);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Knight's Embrace color palette created on .