Petals of Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petals of Enchantment palette

Share this palette to:

Petals of Enchantment color palette CSS

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #d9b5e3;
}
.color-3 {
color: #a4c8df;
}
.color-4 {
color: #7fe1b6;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #d9b5e3;
--color-3: #a4c8df;
--color-4: #7fe1b6;
--color-5: #f5c400;
}

Petals of Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #d9b5e3, #a4c8df, #7fe1b6, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #d9b5e3, #a4c8df, #7fe1b6, #f5c400);
}

Petals of Enchantment color palette created on .