Void Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Void palette
Void color palette CSS
/* CSS */
.color-1 {
color: #282b58;
}
.color-2 {
color: #575a9e;
}
.color-3 {
color: #9499c2;
}
.color-4 {
color: #c9cbf3;
}
.color-5 {
color: #e5e6ff;
}
/* CSS Variables */
:root {
--color-1: #282b58;
--color-2: #575a9e;
--color-3: #9499c2;
--color-4: #c9cbf3;
--color-5: #e5e6ff;
}
Void background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #282b58, #575a9e, #9499c2, #c9cbf3, #e5e6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #282b58, #575a9e, #9499c2, #c9cbf3, #e5e6ff);
}
Similar color palettes
Void color palette created on .