Enchanted Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Blossom palette
Enchanted Blossom color palette CSS
/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #a4daca;
}
.color-5 {
color: #a4c8e0;
}
/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f7c6a1;
--color-3: #f9e79f;
--color-4: #a4daca;
--color-5: #a4c8e0;
}
Enchanted Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f7c6a1, #f9e79f, #a4daca, #a4c8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f7c6a1, #f9e79f, #a4daca, #a4c8e0);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Enchanted Blossom color palette created on .