Sunshine Cream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Cream palette

Share this palette to:

Download Sunshine Cream Color Palette (PNG)

Download sunshine cream color palette PNG image (landscape)
Download sunshine cream color palette PNG image (square)

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);
}

Sunshine Cream color palette created on .