Flower Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Flower palette
Flower color palette CSS
/* CSS */
.color-1 {
color: #ff80b7;
}
.color-2 {
color: #ffc694;
}
.color-3 {
color: #ffdd94;
}
.color-4 {
color: #92dcf7;
}
.color-5 {
color: #52c2fe;
}
/* CSS Variables */
:root {
--color-1: #ff80b7;
--color-2: #ffc694;
--color-3: #ffdd94;
--color-4: #92dcf7;
--color-5: #52c2fe;
}
Flower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff80b7, #ffc694, #ffdd94, #92dcf7, #52c2fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff80b7, #ffc694, #ffdd94, #92dcf7, #52c2fe);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Flower color palette created on .