Sunshine Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunshine Cream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunshine Cream Color Palette (PNG)
Sunshine Cream color palette CSS
/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #f6e1a7;
}
.color-3 {
color: #f3d6a5;
}
.color-4 {
color: #f1d1a2;
}
.color-5 {
color: #f0d7b7;
}
/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #f6e1a7;
--color-3: #f3d6a5;
--color-4: #f1d1a2;
--color-5: #f0d7b7;
}
Sunshine Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #f6e1a7, #f3d6a5, #f1d1a2, #f0d7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #f6e1a7, #f3d6a5, #f1d1a2, #f0d7b7);
}
Similar color palettes
Scroll down to explore 90+ Yellow color palettes
Sunshine Cream color palette created on .