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