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: #1abcb7;
}
.color-2 {
color: #4dd5c5;
}
.color-3 {
color: #a4dfd6;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1abcb7;
--color-2: #4dd5c5;
--color-3: #a4dfd6;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abcb7, #4dd5c5, #a4dfd6, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abcb7, #4dd5c5, #a4dfd6, #ffb84d, #ff6e61);
}

Teal Oasis color palette created on .