Enchanted Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Blossom palette

Share this palette to:

Enchanted Blossom color palette CSS

/* CSS */
.color-1 {
color: #f5a3d7;
}
.color-2 {
color: #f1c1d6;
}
.color-3 {
color: #d8e9f3;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #b1f1c1;
}

/* CSS Variables */
:root {
--color-1: #f5a3d7;
--color-2: #f1c1d6;
--color-3: #d8e9f3;
--color-4: #b1e0e7;
--color-5: #b1f1c1;
}

Enchanted Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3d7, #f1c1d6, #d8e9f3, #b1e0e7, #b1f1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3d7, #f1c1d6, #d8e9f3, #b1e0e7, #b1f1c1);
}

Enchanted Blossom color palette created on .