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: #9dd8a3;
}
.color-2 {
color: #6ebf8a;
}
.color-3 {
color: #4ba06a;
}
.color-4 {
color: #3b8c52;
}
.color-5 {
color: #2a6f3e;
}

/* CSS Variables */
:root {
--color-1: #9dd8a3;
--color-2: #6ebf8a;
--color-3: #4ba06a;
--color-4: #3b8c52;
--color-5: #2a6f3e;
}

Verdant Awakening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dd8a3, #6ebf8a, #4ba06a, #3b8c52, #2a6f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dd8a3, #6ebf8a, #4ba06a, #3b8c52, #2a6f3e);
}

Verdant Awakening color palette created on .