Paleta de colores Superman

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Superman palette

Compartir esta paleta en:

CSS de la paleta de colores Superman

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #f6c84c;
}
.color-4 {
color: #e94f1c;
}
.color-5 {
color: #1a1a1a;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #1f8fff;
--color-3: #f6c84c;
--color-4: #e94f1c;
--color-5: #1a1a1a;
}

CSS del degradado de fondo Superman

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #1f8fff, #f6c84c, #e94f1c, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #1f8fff, #f6c84c, #e94f1c, #1a1a1a);
}

Superman color palette created on .