Quantum Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Quantum Dawn palette

Condividi questa palette a:

tavolozza dei colori Quantum Dawn CSS

/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #f9d624;
}
.color-4 {
color: #ff6a00;
}
.color-5 {
color: #d1003f;
}

/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #f6b531;
--color-3: #f9d624;
--color-4: #ff6a00;
--color-5: #d1003f;
}

CSS con gradiente di sfondo Quantum Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #f6b531, #f9d624, #ff6a00, #d1003f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #f6b531, #f9d624, #ff6a00, #d1003f);
}

Quantum Dawn color palette created on .