Verdant Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Oasis palette

Share this palette to:

Verdant Oasis color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d5c15d;
}
.color-3 {
color: #9ee0d3;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d5c15d;
--color-3: #9ee0d3;
--color-4: #4eb7ac;
--color-5: #2a9d90;
}

Verdant Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d5c15d, #9ee0d3, #4eb7ac, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d5c15d, #9ee0d3, #4eb7ac, #2a9d90);
}

Verdant Oasis color palette created on .