Void Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Void Blue palette
Void Blue color palette CSS
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #6f6f90;
}
.color-4 {
color: #9b9bbf;
}
.color-5 {
color: #d1d1f0;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4b4b6c;
--color-3: #6f6f90;
--color-4: #9b9bbf;
--color-5: #d1d1f0;
}
Void Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4b4b6c, #6f6f90, #9b9bbf, #d1d1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4b4b6c, #6f6f90, #9b9bbf, #d1d1f0);
}
Similar color palettes
Void Blue color palette created on .