Paleta de colores Tropical Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Oasis

/* CSS */
.color-1 {
color: #45b2e8;
}
.color-2 {
color: #1e7a9f;
}
.color-3 {
color: #009975;
}
.color-4 {
color: #4fba5d;
}
.color-5 {
color: #a2d56d;
}

/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #1e7a9f;
--color-3: #009975;
--color-4: #4fba5d;
--color-5: #a2d56d;
}

CSS del degradado de fondo Tropical Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #1e7a9f, #009975, #4fba5d, #a2d56d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #1e7a9f, #009975, #4fba5d, #a2d56d);
}

Tropical Oasis color palette created on .