Paleta de colores Tropical Oasis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Oasis palette
CSS de la paleta de colores Tropical Oasis
/* CSS */
.color-1 {
color: #eaf6f3;
}
.color-2 {
color: #b4e4e0;
}
.color-3 {
color: #7dd8d1;
}
.color-4 {
color: #2bb1b6;
}
.color-5 {
color: #00999e;
}
/* CSS Variables */
:root {
--color-1: #eaf6f3;
--color-2: #b4e4e0;
--color-3: #7dd8d1;
--color-4: #2bb1b6;
--color-5: #00999e;
}
CSS del degradado de fondo Tropical Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaf6f3, #b4e4e0, #7dd8d1, #2bb1b6, #00999e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaf6f3, #b4e4e0, #7dd8d1, #2bb1b6, #00999e);
}
Paletas de colores similares
Tropical Oasis color palette created on .