Paleta de colores Tropical Twilight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Twilight palette
CSS de la paleta de colores Tropical Twilight
/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #ff8b4d;
}
.color-4 {
color: #ff5a3d;
}
.color-5 {
color: #f04f3d;
}
/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #e9b79f;
--color-3: #ff8b4d;
--color-4: #ff5a3d;
--color-5: #f04f3d;
}
CSS del degradado de fondo Tropical Twilight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #e9b79f, #ff8b4d, #ff5a3d, #f04f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #e9b79f, #ff8b4d, #ff5a3d, #f04f3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Playa
Tropical Twilight color palette created on .