Pink Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunshine palette
Pink Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f79a88;
}
.color-3 {
color: #f9b658;
}
.color-4 {
color: #f9d44e;
}
.color-5 {
color: #a2e6b9;
}
/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f79a88;
--color-3: #f9b658;
--color-4: #f9d44e;
--color-5: #a2e6b9;
}
Pink Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f79a88, #f9b658, #f9d44e, #a2e6b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f79a88, #f9b658, #f9d44e, #a2e6b9);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Sunshine color palette created on .