Verdant Awakening Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Awakening palette

Share this palette to:

Verdant Awakening color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #6ccb79;
}
.color-3 {
color: #3d996d;
}
.color-4 {
color: #2f795e;
}
.color-5 {
color: #1f5b4d;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #6ccb79;
--color-3: #3d996d;
--color-4: #2f795e;
--color-5: #1f5b4d;
}

Verdant Awakening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #6ccb79, #3d996d, #2f795e, #1f5b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #6ccb79, #3d996d, #2f795e, #1f5b4d);
}

Verdant Awakening color palette created on .