Paleta de colores Saturn Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Saturn Glow palette

Compartir esta paleta en:

Descargar la paleta de colores Saturn Glow (PNG)

Download saturn glow color palette PNG image (landscape)
Download saturn glow color palette PNG image (square)

CSS de la paleta de colores Saturn Glow

/* CSS */
.color-1 {
color: #4c3c90;
}
.color-2 {
color: #7f6bb3;
}
.color-3 {
color: #a8a0d4;
}
.color-4 {
color: #d3b7f1;
}
.color-5 {
color: #f9e1f3;
}

/* CSS Variables */
:root {
--color-1: #4c3c90;
--color-2: #7f6bb3;
--color-3: #a8a0d4;
--color-4: #d3b7f1;
--color-5: #f9e1f3;
}

CSS del degradado de fondo Saturn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c90, #7f6bb3, #a8a0d4, #d3b7f1, #f9e1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c90, #7f6bb3, #a8a0d4, #d3b7f1, #f9e1f3);
}

Saturn Glow color palette created on .