Tropical Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Oasis palette

Condividi questa palette a:

tavolozza dei colori Tropical Oasis CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #00e6d2;
}
.color-4 {
color: #a4f4e7;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00bdad;
--color-3: #00e6d2;
--color-4: #a4f4e7;
--color-5: #e0f7fa;
}

CSS con gradiente di sfondo Tropical Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00bdad, #00e6d2, #a4f4e7, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00bdad, #00e6d2, #a4f4e7, #e0f7fa);
}

Tropical Oasis color palette created on .