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: #e6b7e5;
}
.color-2 {
color: #f6b1c5;
}
.color-3 {
color: #f8c48b;
}
.color-4 {
color: #f3e77c;
}
.color-5 {
color: #e2f0a8;
}

/* CSS Variables */
:root {
--color-1: #e6b7e5;
--color-2: #f6b1c5;
--color-3: #f8c48b;
--color-4: #f3e77c;
--color-5: #e2f0a8;
}

Pink Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7e5, #f6b1c5, #f8c48b, #f3e77c, #e2f0a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7e5, #f6b1c5, #f8c48b, #f3e77c, #e2f0a8);
}

Pink Sunshine color palette created on .