Pink Sunflowers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunflowers palette
Pink Sunflowers color palette PNG image
Pink Sunflowers color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f2a6d2;
}
.color-3 {
color: #f1d55b;
}
.color-4 {
color: #f7da4b;
}
.color-5 {
color: #f5b042;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2a6d2;
--color-3: #f1d55b;
--color-4: #f7da4b;
--color-5: #f5b042;
}
Pink Sunflowers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2a6d2, #f1d55b, #f7da4b, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2a6d2, #f1d55b, #f7da4b, #f5b042);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Pink Sunflowers color palette created on .