8-Bit Coroika Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 8-Bit Coroika palette

Share this palette to:

Download 8-Bit Coroika Color Palette (PNG)

Download 8-bit coroika color palette PNG image (landscape)
Download 8-bit coroika color palette PNG image (square)

8-Bit Coroika color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffff00;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffff00;
--color-4: #00bfff;
--color-5: #ff3c00;
}

8-Bit Coroika background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffff00, #00bfff, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffff00, #00bfff, #ff3c00);
}

8-Bit Coroika color palette created on .