Elegant Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Blossom palette
Elegant Blossom color palette PNG image
Elegant Blossom color palette CSS
/* CSS */
.color-1 {
color: #b58edc;
}
.color-2 {
color: #d2a3b5;
}
.color-3 {
color: #7b4c67;
}
.color-4 {
color: #5a2b44;
}
.color-5 {
color: #e1c1d4;
}
/* CSS Variables */
:root {
--color-1: #b58edc;
--color-2: #d2a3b5;
--color-3: #7b4c67;
--color-4: #5a2b44;
--color-5: #e1c1d4;
}
Elegant Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58edc, #d2a3b5, #7b4c67, #5a2b44, #e1c1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58edc, #d2a3b5, #7b4c67, #5a2b44, #e1c1d4);
}
Similar color palettes
Elegant Blossom color palette created on .