Creamy Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Creamy Sunshine palette
Creamy Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f5c75c;
}
.color-2 {
color: #f9d88b;
}
.color-3 {
color: #fde2b4;
}
.color-4 {
color: #f2ac6e;
}
.color-5 {
color: #ddaf3c;
}
/* CSS Variables */
:root {
--color-1: #f5c75c;
--color-2: #f9d88b;
--color-3: #fde2b4;
--color-4: #f2ac6e;
--color-5: #ddaf3c;
}
Creamy Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c75c, #f9d88b, #fde2b4, #f2ac6e, #ddaf3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c75c, #f9d88b, #fde2b4, #f2ac6e, #ddaf3c);
}
Similar color palettes
- Pink Strawberry Delight
- Regal Despair
- Timeless Elegance
- Whispers of Dawn
- Sweet Whimsy
- Pink Cream
- Whimsical Jane
- Lustrous Elegance
- Cool Light Blues
- Whimsical Creamsicle Dream
- Light Pink
- Lustrous Opulence
- Weird Lavender
- Groovy Garden Fiesta
- Pink Strawberry Shortcake
- Gentle Breeze
- Orange Vanilla Dream
- Vanilla Dreamscape
Creamy Sunshine color palette created on .