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: #4ba06e;
}
.color-2 {
color: #5fbf8d;
}
.color-3 {
color: #7ed3a4;
}
.color-4 {
color: #a3e1c7;
}
.color-5 {
color: #cff2df;
}

/* CSS Variables */
:root {
--color-1: #4ba06e;
--color-2: #5fbf8d;
--color-3: #7ed3a4;
--color-4: #a3e1c7;
--color-5: #cff2df;
}

Emerald Awakening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ba06e, #5fbf8d, #7ed3a4, #a3e1c7, #cff2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ba06e, #5fbf8d, #7ed3a4, #a3e1c7, #cff2df);
}

Emerald Awakening color palette created on .