Teal Oasis Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal Oasis palette
tavolozza dei colori Teal Oasis CSS
/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00b39e;
}
.color-3 {
color: #1bc5b4;
}
.color-4 {
color: #4fdedb;
}
.color-5 {
color: #a1f1f7;
}
/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00b39e;
--color-3: #1bc5b4;
--color-4: #4fdedb;
--color-5: #a1f1f7;
}
CSS con gradiente di sfondo Teal Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00b39e, #1bc5b4, #4fdedb, #a1f1f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00b39e, #1bc5b4, #4fdedb, #a1f1f7);
}
Tavolozze di colori simili
Teal Oasis color palette created on .