Verdant Biscuit Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Biscuit Bliss palette

Share this palette to:

Verdant Biscuit Bliss color palette CSS

/* CSS */
.color-1 {
color: #d1e6d1;
}
.color-2 {
color: #a9c7ab;
}
.color-3 {
color: #a2b9a2;
}
.color-4 {
color: #8a998c;
}
.color-5 {
color: #5d7e5e;
}

/* CSS Variables */
:root {
--color-1: #d1e6d1;
--color-2: #a9c7ab;
--color-3: #a2b9a2;
--color-4: #8a998c;
--color-5: #5d7e5e;
}

Verdant Biscuit Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e6d1, #a9c7ab, #a2b9a2, #8a998c, #5d7e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e6d1, #a9c7ab, #a2b9a2, #8a998c, #5d7e5e);
}

Verdant Biscuit Bliss color palette created on .