Quantum Vitality Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Quantum Vitality palette

Condividi questa palette a:

tavolozza dei colori Quantum Vitality 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;
}

CSS con gradiente di sfondo Quantum Vitality

/* 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 .