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: #fea29a;
}
.color-2 {
color: #fec4b9;
}
.color-3 {
color: #f5a3d7;
}
.color-4 {
color: #f2d59c;
}
.color-5 {
color: #f2ba40;
}

/* CSS Variables */
:root {
--color-1: #fea29a;
--color-2: #fec4b9;
--color-3: #f5a3d7;
--color-4: #f2d59c;
--color-5: #f2ba40;
}

Pink Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fea29a, #fec4b9, #f5a3d7, #f2d59c, #f2ba40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fea29a, #fec4b9, #f5a3d7, #f2d59c, #f2ba40);
}

Pink Sunshine color palette created on .