Paleta de colores Superman
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Superman palette
CSS de la paleta de colores Superman
/* CSS */
.color-1 {
color: #c52b3d;
}
.color-2 {
color: #0038a8;
}
.color-3 {
color: #498ad0;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f9d2a9;
}
/* CSS Variables */
:root {
--color-1: #c52b3d;
--color-2: #0038a8;
--color-3: #498ad0;
--color-4: #f4cf3e;
--color-5: #f9d2a9;
}
CSS del degradado de fondo Superman
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b3d, #0038a8, #498ad0, #f4cf3e, #f9d2a9);
}
Paletas de colores similares
Superman color palette created on .