Petal Dance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petal Dance palette

Share this palette to:

Petal Dance color palette CSS

/* CSS */
.color-1 {
color: #f4b8d8;
}
.color-2 {
color: #f49fbe;
}
.color-3 {
color: #f495b3;
}
.color-4 {
color: #f48a8e;
}
.color-5 {
color: #f47d7b;
}

/* CSS Variables */
:root {
--color-1: #f4b8d8;
--color-2: #f49fbe;
--color-3: #f495b3;
--color-4: #f48a8e;
--color-5: #f47d7b;
}

Petal Dance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8d8, #f49fbe, #f495b3, #f48a8e, #f47d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8d8, #f49fbe, #f495b3, #f48a8e, #f47d7b);
}

Petal Dance color palette created on .