Paleta de colores Tropical Jewel Oasis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Jewel Oasis palette
CSS de la paleta de colores Tropical Jewel Oasis
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #a04b97;
}
.color-4 {
color: #4b9b6c;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #009975;
--color-3: #a04b97;
--color-4: #4b9b6c;
--color-5: #ffd900;
}
CSS del degradado de fondo Tropical Jewel Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #009975, #a04b97, #4b9b6c, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #009975, #a04b97, #4b9b6c, #ffd900);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Coral
Tropical Jewel Oasis color palette created on .