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: #f6c6d2;
}
.color-2 {
color: #f9e0ae;
}
.color-3 {
color: #f5b942;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #f45a57;
}

/* CSS Variables */
:root {
--color-1: #f6c6d2;
--color-2: #f9e0ae;
--color-3: #f5b942;
--color-4: #f3ca4f;
--color-5: #f45a57;
}

Pink Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d2, #f9e0ae, #f5b942, #f3ca4f, #f45a57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d2, #f9e0ae, #f5b942, #f3ca4f, #f45a57);
}

Pink Sunshine color palette created on .