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: #00778a;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #59c3c5;
}
.color-4 {
color: #8fdcdc;
}
.color-5 {
color: #a1e8e0;
}
/* CSS Variables */
:root {
--color-1: #00778a;
--color-2: #00b3aa;
--color-3: #59c3c5;
--color-4: #8fdcdc;
--color-5: #a1e8e0;
}
CSS del degradado de fondo Tropical Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00778a, #00b3aa, #59c3c5, #8fdcdc, #a1e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00778a, #00b3aa, #59c3c5, #8fdcdc, #a1e8e0);
}
Paletas de colores similares
Tropical Oasis color palette created on .