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