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: #8cc62f;
}
.color-2 {
color: #975b30;
}
.color-3 {
color: #d7f9f6;
}
.color-4 {
color: #739e1f;
}
.color-5 {
color: #e8bf78;
}

/* CSS Variables */
:root {
--color-1: #8cc62f;
--color-2: #975b30;
--color-3: #d7f9f6;
--color-4: #739e1f;
--color-5: #e8bf78;
}

CSS con gradiente di sfondo Verdant Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cc62f, #975b30, #d7f9f6, #739e1f, #e8bf78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cc62f, #975b30, #d7f9f6, #739e1f, #e8bf78);
}

Verdant Oasis color palette created on .