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: #f8e2a5;
}
.color-3 {
color: #f6d5a7;
}
.color-4 {
color: #e6b82d;
}
.color-5 {
color: #d6a13d;
}
/* CSS Variables */
:root {
--color-1: #f5c75c;
--color-2: #f8e2a5;
--color-3: #f6d5a7;
--color-4: #e6b82d;
--color-5: #d6a13d;
}
Creamy Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c75c, #f8e2a5, #f6d5a7, #e6b82d, #d6a13d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c75c, #f8e2a5, #f6d5a7, #e6b82d, #d6a13d);
}
Similar color palettes
Scroll down to explore 70+ Cream color palettes
Creamy Sunshine color palette created on .