Verdant Oasis Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Oasis Dream palette

Share this palette to:

Verdant Oasis Dream color palette CSS

/* CSS */
.color-1 {
color: #ecf4d7;
}
.color-2 {
color: #dff250;
}
.color-3 {
color: #78e2b1;
}
.color-4 {
color: #91d64c;
}
.color-5 {
color: #65b38f;
}

/* CSS Variables */
:root {
--color-1: #ecf4d7;
--color-2: #dff250;
--color-3: #78e2b1;
--color-4: #91d64c;
--color-5: #65b38f;
}

Verdant Oasis Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf4d7, #dff250, #78e2b1, #91d64c, #65b38f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf4d7, #dff250, #78e2b1, #91d64c, #65b38f);
}

Similar color palettes

Scroll down to explore 1 Mint green color palette

Verdant Oasis Dream color palette created on .