Verdant Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Oasis palette

Condividi questa palette a:

tavolozza dei colori Verdant Oasis 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;
}

CSS con gradiente di sfondo Verdant Oasis

/* 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 .