Paleta de colores Pale Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pale Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pale Glow

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

CSS de la paleta de colores Pale Glow

/* CSS */
.color-1 {
color: #f0d8d6;
}
.color-2 {
color: #e8cfcf;
}
.color-3 {
color: #d5b7b3;
}
.color-4 {
color: #c19a8a;
}
.color-5 {
color: #a67e6e;
}

/* CSS Variables */
:root {
--color-1: #f0d8d6;
--color-2: #e8cfcf;
--color-3: #d5b7b3;
--color-4: #c19a8a;
--color-5: #a67e6e;
}

CSS del degradado de fondo Pale Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d8d6, #e8cfcf, #d5b7b3, #c19a8a, #a67e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d8d6, #e8cfcf, #d5b7b3, #c19a8a, #a67e6e);
}

Pale Glow color palette created on .