Paleta de colores Quantum Aqua

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Quantum Aqua palette

Compartir esta paleta en:

CSS de la paleta de colores Quantum Aqua

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #4fdedb;
}
.color-3 {
color: #8be5e0;
}
.color-4 {
color: #b7f1e3;
}
.color-5 {
color: #e7f9f7;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #4fdedb;
--color-3: #8be5e0;
--color-4: #b7f1e3;
--color-5: #e7f9f7;
}

CSS del degradado de fondo Quantum Aqua

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #4fdedb, #8be5e0, #b7f1e3, #e7f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #4fdedb, #8be5e0, #b7f1e3, #e7f9f7);
}

Quantum Aqua color palette created on .