Green Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Blossom palette

Share this palette to:

Green Blossom color palette CSS

/* CSS */
.color-1 {
color: #7ebe7e;
}
.color-2 {
color: #d2e3c0;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #c45a9d;
}

/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #d2e3c0;
--color-3: #f5c400;
--color-4: #ff6e61;
--color-5: #c45a9d;
}

Green Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #d2e3c0, #f5c400, #ff6e61, #c45a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #d2e3c0, #f5c400, #ff6e61, #c45a9d);
}

Green Blossom color palette created on .