Dandy Flower Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dandy Flower palette
Dandy Flower color palette PNG image
Dandy Flower color palette CSS
/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f0a64c;
}
.color-3 {
color: #e77a4b;
}
.color-4 {
color: #d7708f;
}
.color-5 {
color: #a55f9e;
}
/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f0a64c;
--color-3: #e77a4b;
--color-4: #d7708f;
--color-5: #a55f9e;
}
Dandy Flower background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f0a64c, #e77a4b, #d7708f, #a55f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f0a64c, #e77a4b, #d7708f, #a55f9e);
}
Similar color palettes
Dandy Flower color palette created on .