Verdant Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Reverie palette
Verdant Reverie color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Verdant Reverie color palette created on .