Emerald Dragon's Breath Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Dragon's Breath palette

Share this palette to:

Emerald Dragon's Breath color palette CSS

/* CSS */
.color-1 {
color: #3b4e3e;
}
.color-2 {
color: #6a8a79;
}
.color-3 {
color: #9fc6a3;
}
.color-4 {
color: #d9e6c1;
}
.color-5 {
color: #f7f9e7;
}

/* CSS Variables */
:root {
--color-1: #3b4e3e;
--color-2: #6a8a79;
--color-3: #9fc6a3;
--color-4: #d9e6c1;
--color-5: #f7f9e7;
}

Emerald Dragon's Breath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4e3e, #6a8a79, #9fc6a3, #d9e6c1, #f7f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4e3e, #6a8a79, #9fc6a3, #d9e6c1, #f7f9e7);
}

Emerald Dragon's Breath color palette created on .