Paleta de colores Enchanted Call of the Siren
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Enchanted Call of the Siren palette
CSS de la paleta de colores Enchanted Call of the Siren
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #d6c7d3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #f5c400;
--color-4: #6b5b95;
--color-5: #d6c7d3;
}
CSS del degradado de fondo Enchanted Call of the Siren
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #f5c400, #6b5b95, #d6c7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #f5c400, #6b5b95, #d6c7d3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Coral
Enchanted Call of the Siren color palette created on .