Cuddle Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cuddle Sunset palette
Cuddle Sunset color palette PNG image
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 .