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: #f7c5a1;
}
.color-2 {
color: #f8a5b4;
}
.color-3 {
color: #f9bca4;
}
.color-4 {
color: #f5d07a;
}
.color-5 {
color: #f9d86c;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f8a5b4;
--color-3: #f9bca4;
--color-4: #f5d07a;
--color-5: #f9d86c;
}
Pink Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f8a5b4, #f9bca4, #f5d07a, #f9d86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f8a5b4, #f9bca4, #f5d07a, #f9d86c);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Pink Sunshine color palette created on .