Blossom Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Earthtones palette
Blossom Earthtones color palette CSS
/* CSS */
.color-1 {
color: #ebb2c0;
}
.color-2 {
color: #bf637c;
}
.color-3 {
color: #86675f;
}
.color-4 {
color: #b7c5a6;
}
.color-5 {
color: #dfd7bf;
}
/* CSS Variables */
:root {
--color-1: #ebb2c0;
--color-2: #bf637c;
--color-3: #86675f;
--color-4: #b7c5a6;
--color-5: #dfd7bf;
}
Blossom Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebb2c0, #bf637c, #86675f, #b7c5a6, #dfd7bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebb2c0, #bf637c, #86675f, #b7c5a6, #dfd7bf);
}
Similar color palettes
Blossom Earthtones color palette created on .