Paleta de colores Beast Boy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beast Boy palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Beast Boy

Download beast boy color palette PNG image (landscape)
Download beast boy color palette PNG image (square)

CSS de la paleta de colores Beast Boy

/* CSS */
.color-1 {
color: #00b341;
}
.color-2 {
color: #4fbf5a;
}
.color-3 {
color: #7edf77;
}
.color-4 {
color: #b3e6a8;
}
.color-5 {
color: #f1f9e7;
}

/* CSS Variables */
:root {
--color-1: #00b341;
--color-2: #4fbf5a;
--color-3: #7edf77;
--color-4: #b3e6a8;
--color-5: #f1f9e7;
}

CSS del degradado de fondo Beast Boy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b341, #4fbf5a, #7edf77, #b3e6a8, #f1f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b341, #4fbf5a, #7edf77, #b3e6a8, #f1f9e7);
}

Beast Boy color palette created on .