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: #f4a9e1;
}
.color-2 {
color: #d69fe0;
}
.color-3 {
color: #9ec4e0;
}
.color-4 {
color: #79e2b3;
}
.color-5 {
color: #f6c06a;
}
/* CSS Variables */
:root {
--color-1: #f4a9e1;
--color-2: #d69fe0;
--color-3: #9ec4e0;
--color-4: #79e2b3;
--color-5: #f6c06a;
}
Enchanted Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a9e1, #d69fe0, #9ec4e0, #79e2b3, #f6c06a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a9e1, #d69fe0, #9ec4e0, #79e2b3, #f6c06a);
}
Similar color palettes
Enchanted Blossom color palette created on .