Blue Vox Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Vox palette

Share this palette to:

Blue Vox color palette CSS

/* CSS */
.color-1 {
color: #3a4d73;
}
.color-2 {
color: #4e6a88;
}
.color-3 {
color: #4ea2a0;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #f5e4a3;
}

/* CSS Variables */
:root {
--color-1: #3a4d73;
--color-2: #4e6a88;
--color-3: #4ea2a0;
--color-4: #a7d7b8;
--color-5: #f5e4a3;
}

Blue Vox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a4d73, #4e6a88, #4ea2a0, #a7d7b8, #f5e4a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a4d73, #4e6a88, #4ea2a0, #a7d7b8, #f5e4a3);
}

Blue Vox color palette created on .