Paleta de colores Tropical Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Serenity palette
Descargar la paleta de colores Tropical Serenity (PNG)
CSS de la paleta de colores Tropical Serenity
/* CSS */
.color-1 {
color: #e8a85e;
}
.color-2 {
color: #f8b29b;
}
.color-3 {
color: #f7d259;
}
.color-4 {
color: #69c0c3;
}
.color-5 {
color: #3b6e8c;
}
/* CSS Variables */
:root {
--color-1: #e8a85e;
--color-2: #f8b29b;
--color-3: #f7d259;
--color-4: #69c0c3;
--color-5: #3b6e8c;
}
CSS del degradado de fondo Tropical Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a85e, #f8b29b, #f7d259, #69c0c3, #3b6e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a85e, #f8b29b, #f7d259, #69c0c3, #3b6e8c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60+ paletas de colores Ámbar
Tropical Serenity color palette created on .