Verdant Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Dreamscape palette

Share this palette to:

Verdant Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #2b4a2d;
}
.color-2 {
color: #4d8f4e;
}
.color-3 {
color: #72b86f;
}
.color-4 {
color: #b3d189;
}
.color-5 {
color: #f6e7b6;
}

/* CSS Variables */
:root {
--color-1: #2b4a2d;
--color-2: #4d8f4e;
--color-3: #72b86f;
--color-4: #b3d189;
--color-5: #f6e7b6;
}

Verdant Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b4a2d, #4d8f4e, #72b86f, #b3d189, #f6e7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b4a2d, #4d8f4e, #72b86f, #b3d189, #f6e7b6);
}

Verdant Dreamscape color palette created on .