Serene Emerald Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Emerald Oasis palette

Condividi questa palette a:

tavolozza dei colori Serene Emerald Oasis CSS

/* CSS */
.color-1 {
color: #3cb472;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #69d3c9;
}
.color-4 {
color: #a3e6d4;
}
.color-5 {
color: #def7ef;
}

/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #4eb7a9;
--color-3: #69d3c9;
--color-4: #a3e6d4;
--color-5: #def7ef;
}

CSS con gradiente di sfondo Serene Emerald Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #4eb7a9, #69d3c9, #a3e6d4, #def7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #4eb7a9, #69d3c9, #a3e6d4, #def7ef);
}

Serene Emerald Oasis color palette created on .