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: #d5b3c0;
}
.color-2 {
color: #f1c6d0;
}
.color-3 {
color: #f6dfe5;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #c7a3b9;
}

/* CSS Variables */
:root {
--color-1: #d5b3c0;
--color-2: #f1c6d0;
--color-3: #f6dfe5;
--color-4: #eab8d1;
--color-5: #c7a3b9;
}

Enchanted Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b3c0, #f1c6d0, #f6dfe5, #eab8d1, #c7a3b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b3c0, #f1c6d0, #f6dfe5, #eab8d1, #c7a3b9);
}

Enchanted Blossom color palette created on .