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: #0074bd;
}
.color-2 {
color: #4c8c2b;
}
.color-3 {
color: #a4d600;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #0074bd;
--color-2: #4c8c2b;
--color-3: #a4d600;
--color-4: #f9c54e;
--color-5: #ff6e61;
}
CSS del degradado de fondo Tropical Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0074bd, #4c8c2b, #a4d600, #f9c54e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0074bd, #4c8c2b, #a4d600, #f9c54e, #ff6e61);
}
Paletas de colores similares
Tropical Oasis color palette created on .