Turquoise Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Oasis palette

Condividi questa palette a:

tavolozza dei colori Turquoise Oasis CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #1cc3ce;
}
.color-4 {
color: #60d7e6;
}
.color-5 {
color: #a0e9e0;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00b3aa;
--color-3: #1cc3ce;
--color-4: #60d7e6;
--color-5: #a0e9e0;
}

CSS con gradiente di sfondo Turquoise Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00b3aa, #1cc3ce, #60d7e6, #a0e9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00b3aa, #1cc3ce, #60d7e6, #a0e9e0);
}

Turquoise Oasis color palette created on .