Paleta de colores Quantum Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Quantum Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Quantum Sunrise

/* CSS */
.color-1 {
color: #a2c2e6;
}
.color-2 {
color: #f0b351;
}
.color-3 {
color: #f88d30;
}
.color-4 {
color: #d95f26;
}
.color-5 {
color: #b22c2a;
}

/* CSS Variables */
:root {
--color-1: #a2c2e6;
--color-2: #f0b351;
--color-3: #f88d30;
--color-4: #d95f26;
--color-5: #b22c2a;
}

CSS del degradado de fondo Quantum Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e6, #f0b351, #f88d30, #d95f26, #b22c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e6, #f0b351, #f88d30, #d95f26, #b22c2a);
}

Quantum Sunrise color palette created on .