Paleta de colores Rainbow Quartz

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rainbow Quartz palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rainbow Quartz

Download rainbow quartz color palette PNG image (landscape)
Download rainbow quartz color palette PNG image (square)

CSS de la paleta de colores Rainbow Quartz

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff8a90;
}
.color-4 {
color: #fdbb8b;
}
.color-5 {
color: #ffbb00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff7142;
--color-3: #ff8a90;
--color-4: #fdbb8b;
--color-5: #ffbb00;
}

CSS del degradado de fondo Rainbow Quartz

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff7142, #ff8a90, #fdbb8b, #ffbb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff7142, #ff8a90, #fdbb8b, #ffbb00);
}

Rainbow Quartz color palette created on .