Sunset Jewel Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Jewel Tones palette
Sunset Jewel Tones color palette CSS
/* CSS */
.color-1 {
color: #f6a7ba;
}
.color-2 {
color: #f5d45c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #8a4900;
}
.color-5 {
color: #4e1d2b;
}
/* CSS Variables */
:root {
--color-1: #f6a7ba;
--color-2: #f5d45c;
--color-3: #f0a800;
--color-4: #8a4900;
--color-5: #4e1d2b;
}
Sunset Jewel Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7ba, #f5d45c, #f0a800, #8a4900, #4e1d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7ba, #f5d45c, #f0a800, #8a4900, #4e1d2b);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Sunset Jewel Tones color palette created on .