Sunshine Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Pink palette

Share this palette to:

Sunshine Pink color palette CSS

/* CSS */
.color-1 {
color: #f9ebd2;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f5b8d1;
}
.color-5 {
color: #f25c54;
}

/* CSS Variables */
:root {
--color-1: #f9ebd2;
--color-2: #f5c400;
--color-3: #f5a524;
--color-4: #f5b8d1;
--color-5: #f25c54;
}

Sunshine Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ebd2, #f5c400, #f5a524, #f5b8d1, #f25c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ebd2, #f5c400, #f5a524, #f5b8d1, #f25c54);
}

Sunshine Pink color palette created on .