Pink Flower Dance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Flower Dance palette
Pink Flower Dance color palette PNG image
Pink Flower Dance color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcc99;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff8b42;
}
.color-5 {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcc99;
--color-3: #ffb84d;
--color-4: #ff8b42;
--color-5: #ff3d5a;
}
Pink Flower Dance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcc99, #ffb84d, #ff8b42, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcc99, #ffb84d, #ff8b42, #ff3d5a);
}
Similar color palettes
Pink Flower Dance color palette created on .