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