Emerald Awakening Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Awakening palette

Share this palette to:

Emerald Awakening color palette CSS

/* CSS */
.color-1 {
color: #00e013;
}
.color-2 {
color: #1ddd2d;
}
.color-3 {
color: #3ddb50;
}
.color-4 {
color: #7ddc79;
}
.color-5 {
color: #a5ed9c;
}

/* CSS Variables */
:root {
--color-1: #00e013;
--color-2: #1ddd2d;
--color-3: #3ddb50;
--color-4: #7ddc79;
--color-5: #a5ed9c;
}

Emerald Awakening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00e013, #1ddd2d, #3ddb50, #7ddc79, #a5ed9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00e013, #1ddd2d, #3ddb50, #7ddc79, #a5ed9c);
}

Emerald Awakening color palette created on .