Paleta de colores Anomaly Asylum
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Anomaly Asylum palette
CSS de la paleta de colores Anomaly Asylum
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2a9d8c;
}
.color-3 {
color: #f3ca4f;
}
.color-4 {
color: #f97a1f;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2a9d8c;
--color-3: #f3ca4f;
--color-4: #f97a1f;
--color-5: #e63746;
}
CSS del degradado de fondo Anomaly Asylum
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2a9d8c, #f3ca4f, #f97a1f, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2a9d8c, #f3ca4f, #f97a1f, #e63746);
}
Paletas de colores similares
Anomaly Asylum color palette created on .