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: #003ca3;
}
.color-2 {
color: #005fb8;
}
.color-3 {
color: #0076d6;
}
.color-4 {
color: #ff3d1f;
}
.color-5 {
color: #ffc800;
}
/* CSS Variables */
:root {
--color-1: #003ca3;
--color-2: #005fb8;
--color-3: #0076d6;
--color-4: #ff3d1f;
--color-5: #ffc800;
}
CSS del degradado de fondo Superman
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003ca3, #005fb8, #0076d6, #ff3d1f, #ffc800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003ca3, #005fb8, #0076d6, #ff3d1f, #ffc800);
}
Paletas de colores similares
Superman color palette created on .