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: #3cb472;
}
.color-2 {
color: #6fbe8d;
}
.color-3 {
color: #9fd69f;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #6fbe8d;
--color-3: #9fd69f;
--color-4: #f0e78e;
--color-5: #fab700;
}

CSS con gradiente di sfondo Verdant Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #6fbe8d, #9fd69f, #f0e78e, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #6fbe8d, #9fd69f, #f0e78e, #fab700);
}

Verdant Oasis color palette created on .