Engagement Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Engagement Blossom palette
Engagement Blossom color palette PNG image
Engagement Blossom color palette CSS
/* CSS */
.color-1 {
color: #b9e2b6;
}
.color-2 {
color: #d3c5a7;
}
.color-3 {
color: #f6e8b6;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #d4a5a0;
}
/* CSS Variables */
:root {
--color-1: #b9e2b6;
--color-2: #d3c5a7;
--color-3: #f6e8b6;
--color-4: #f7b7a1;
--color-5: #d4a5a0;
}
Engagement Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9e2b6, #d3c5a7, #f6e8b6, #f7b7a1, #d4a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9e2b6, #d3c5a7, #f6e8b6, #f7b7a1, #d4a5a0);
}
Similar color palettes
Engagement Blossom color palette created on .