Black and Pastels Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Black and Pastels palette

Share this palette to:

Black and Pastels color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #b1f7f2;
}
.color-3 {
color: #ffebeb;
}
.color-4 {
color: #ffff9e;
}
.color-5 {
color: #a3ffb3;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #b1f7f2;
--color-3: #ffebeb;
--color-4: #ffff9e;
--color-5: #a3ffb3;
}

Black and Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #b1f7f2, #ffebeb, #ffff9e, #a3ffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #b1f7f2, #ffebeb, #ffff9e, #a3ffb3);
}

Black and Pastels color palette created on .