Stage of Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stage of Sunshine palette

Share this palette to:

Download Stage of Sunshine Color Palette (PNG)

Download stage of sunshine color palette PNG image (landscape)
Download stage of sunshine color palette PNG image (square)

Stage of Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f6a892;
}
.color-2 {
color: #f4bb71;
}
.color-3 {
color: #f4e071;
}
.color-4 {
color: #f6eb92;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #f6a892;
--color-2: #f4bb71;
--color-3: #f4e071;
--color-4: #f6eb92;
--color-5: #ffffff;
}

Stage of Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a892, #f4bb71, #f4e071, #f6eb92, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a892, #f4bb71, #f4e071, #f6eb92, #ffffff);
}

Similar color palettes

Stage of Sunshine color palette created on .