Teal Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Oasis palette

Condividi questa palette a:

tavolozza dei colori Teal Oasis CSS

/* CSS */
.color-1 {
color: #1e4e6b;
}
.color-2 {
color: #498c9c;
}
.color-3 {
color: #6dba9e;
}
.color-4 {
color: #b5e3b0;
}
.color-5 {
color: #fef3a9;
}

/* CSS Variables */
:root {
--color-1: #1e4e6b;
--color-2: #498c9c;
--color-3: #6dba9e;
--color-4: #b5e3b0;
--color-5: #fef3a9;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e6b, #498c9c, #6dba9e, #b5e3b0, #fef3a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e6b, #498c9c, #6dba9e, #b5e3b0, #fef3a9);
}

Teal Oasis color palette created on .