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: #305c7e;
}
.color-3 {
color: #f8f9fc;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #0a4c75;
}
/* CSS Variables */
:root {
--color-1: #c52b3d;
--color-2: #305c7e;
--color-3: #f8f9fc;
--color-4: #ffcc00;
--color-5: #0a4c75;
}
CSS del degradado de fondo Superman
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c52b3d, #305c7e, #f8f9fc, #ffcc00, #0a4c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c52b3d, #305c7e, #f8f9fc, #ffcc00, #0a4c75);
}
Paletas de colores similares
Superman color palette created on .