Quantum Vitality Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Quantum Vitality palette

Share this palette to:

Quantum Vitality color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4987a7;
}
.color-3 {
color: #77bfc0;
}
.color-4 {
color: #98e2d1;
}
.color-5 {
color: #d4f7e4;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4987a7;
--color-3: #77bfc0;
--color-4: #98e2d1;
--color-5: #d4f7e4;
}

Quantum Vitality background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4987a7, #77bfc0, #98e2d1, #d4f7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4987a7, #77bfc0, #98e2d1, #d4f7e4);
}

Quantum Vitality color palette created on .