Korma Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Korma Sunset palette
Korma Sunset color palette CSS
/* CSS */
.color-1 {
color: #c17b3e;
}
.color-2 {
color: #eabe6c;
}
.color-3 {
color: #f2d3ba;
}
.color-4 {
color: #e06e38;
}
.color-5 {
color: #c6492a;
}
/* CSS Variables */
:root {
--color-1: #c17b3e;
--color-2: #eabe6c;
--color-3: #f2d3ba;
--color-4: #e06e38;
--color-5: #c6492a;
}
Korma Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c17b3e, #eabe6c, #f2d3ba, #e06e38, #c6492a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c17b3e, #eabe6c, #f2d3ba, #e06e38, #c6492a);
}
Similar color palettes
Korma Sunset color palette created on .