Katsuki Bakugo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Katsuki Bakugo palette

Share this palette to:

Download Katsuki Bakugo Color Palette (PNG)

Download katsuki bakugo color palette PNG image (landscape)
Download katsuki bakugo color palette PNG image (square)

Katsuki Bakugo color palette CSS

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #dbf7a6;
}
.color-4 {
color: #33ffbe;
}
.color-5 {
color: #c70038;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ffc300;
--color-3: #dbf7a6;
--color-4: #33ffbe;
--color-5: #c70038;
}

Katsuki Bakugo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ffc300, #dbf7a6, #33ffbe, #c70038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ffc300, #dbf7a6, #33ffbe, #c70038);
}

Katsuki Bakugo color palette created on .