Paleta de colores Punk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Punk palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Punk

Download punk color palette PNG image (landscape)
Download punk color palette PNG image (square)

CSS de la paleta de colores Punk

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff9100;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ff6e00;
--color-3: #ff9100;
--color-4: #ffc105;
--color-5: #ffec3d;
}

CSS del degradado de fondo Punk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ff6e00, #ff9100, #ffc105, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ff6e00, #ff9100, #ffc105, #ffec3d);
}

Punk color palette created on .