Beast Boy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beast Boy palette

Share this palette to:

Beast Boy color palette PNG image

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

Beast Boy color palette CSS

/* 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;
}

Beast Boy background gradient CSS

/* 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 .