Black and Purplish-Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black and Purplish-Blue palette
Black and Purplish-Blue color palette PNG image
Black and Purplish-Blue color palette CSS
/* CSS */
.color-1 {
color: #070094;
}
.color-2 {
color: #1900bd;
}
.color-3 {
color: #2e00e6;
}
.color-4 {
color: #481fff;
}
.color-5 {
color: #9d57ff;
}
/* CSS Variables */
:root {
--color-1: #070094;
--color-2: #1900bd;
--color-3: #2e00e6;
--color-4: #481fff;
--color-5: #9d57ff;
}
Black and Purplish-Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
}
Similar color palettes
Black and Purplish-Blue color palette created on .