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: #f2a6d4;
}
.color-2 {
color: #c9e4d5;
}
.color-3 {
color: #b0e1e3;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #f9c8d3;
}
/* CSS Variables */
:root {
--color-1: #f2a6d4;
--color-2: #c9e4d5;
--color-3: #b0e1e3;
--color-4: #f5e6a8;
--color-5: #f9c8d3;
}
Enchanted Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6d4, #c9e4d5, #b0e1e3, #f5e6a8, #f9c8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6d4, #c9e4d5, #b0e1e3, #f5e6a8, #f9c8d3);
}
Similar color palettes
Enchanted Blossom color palette created on .