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: #1f8fff;
}
.color-2 {
color: #32cd32;
}
.color-3 {
color: #1fb2aa;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff4400;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #32cd32;
--color-3: #1fb2aa;
--color-4: #ffd900;
--color-5: #ff4400;
}

CSS con gradiente di sfondo Tropical Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #32cd32, #1fb2aa, #ffd900, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #32cd32, #1fb2aa, #ffd900, #ff4400);
}

Tropical Oasis color palette created on .