Pink Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sunshine palette

Share this palette to:

Pink Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f6c1d7;
}
.color-2 {
color: #f1b1e1;
}
.color-3 {
color: #f1a7c6;
}
.color-4 {
color: #e2b95a;
}
.color-5 {
color: #f9d780;
}

/* CSS Variables */
:root {
--color-1: #f6c1d7;
--color-2: #f1b1e1;
--color-3: #f1a7c6;
--color-4: #e2b95a;
--color-5: #f9d780;
}

Pink Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d7, #f1b1e1, #f1a7c6, #e2b95a, #f9d780);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d7, #f1b1e1, #f1a7c6, #e2b95a, #f9d780);
}

Pink Sunshine color palette created on .