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: #ff7598;
}
.color-2 {
color: #c2d02f;
}
.color-3 {
color: #6ce0c9;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #f77e7e;
}
/* CSS Variables */
:root {
--color-1: #ff7598;
--color-2: #c2d02f;
--color-3: #6ce0c9;
--color-4: #ffcc66;
--color-5: #f77e7e;
}
Pink Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7598, #c2d02f, #6ce0c9, #ffcc66, #f77e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7598, #c2d02f, #6ce0c9, #ffcc66, #f77e7e);
}
Similar color palettes
Pink Sunshine color palette created on .