Cuddle Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cuddle Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cuddle Sunset Color Palette (PNG)
Cuddle Sunset color palette CSS
/* CSS */
.color-1 {
color: #f1e57e;
}
.color-2 {
color: #f3b26d;
}
.color-3 {
color: #f37f6d;
}
.color-4 {
color: #d14d6b;
}
.color-5 {
color: #a14f6e;
}
/* CSS Variables */
:root {
--color-1: #f1e57e;
--color-2: #f3b26d;
--color-3: #f37f6d;
--color-4: #d14d6b;
--color-5: #a14f6e;
}
Cuddle Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e57e, #f3b26d, #f37f6d, #d14d6b, #a14f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e57e, #f3b26d, #f37f6d, #d14d6b, #a14f6e);
}
Similar color palettes
Cuddle Sunset color palette created on .