Colorful Black Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Black palette

Share this palette to:

Colorful Black color palette CSS

/* CSS */
.color-1 {
color: #1e1d2a;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #2a9d90;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #274754;
}

/* CSS Variables */
:root {
--color-1: #1e1d2a;
--color-2: #f4a462;
--color-3: #2a9d90;
--color-4: #e76e50;
--color-5: #274754;
}

Colorful Black background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1d2a, #f4a462, #2a9d90, #e76e50, #274754);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1d2a, #f4a462, #2a9d90, #e76e50, #274754);
}

Colorful Black color palette created on .