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