Paleta de colores The Bartman

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Bartman palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores The Bartman

Download the bartman color palette PNG image (landscape)
Download the bartman color palette PNG image (square)

CSS de la paleta de colores The Bartman

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff0073;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #ff0073;
--color-5: #d6006f;
}

CSS del degradado de fondo The Bartman

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff6d1f, #ff3c00, #ff0073, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff6d1f, #ff3c00, #ff0073, #d6006f);
}

The Bartman color palette created on .