Verdant Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Reverie palette

Share this palette to:

Verdant Reverie color palette PNG image

Download verdant reverie color palette PNG image (landscape)
Download verdant reverie color palette PNG image (square)

Verdant Reverie color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #5e7d78;
}
.color-3 {
color: #3c686d;
}
.color-4 {
color: #2a494c;
}
.color-5 {
color: #1b3b3a;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #5e7d78;
--color-3: #3c686d;
--color-4: #2a494c;
--color-5: #1b3b3a;
}

Verdant Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #5e7d78, #3c686d, #2a494c, #1b3b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #5e7d78, #3c686d, #2a494c, #1b3b3a);
}

Verdant Reverie color palette created on .