Paleta de colores Albescent Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Albescent Glow palette

Compartir esta paleta en:

Descargar la paleta de colores Albescent Glow (PNG)

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

CSS de la paleta de colores Albescent Glow

/* CSS */
.color-1 {
color: #f7e0c5;
}
.color-2 {
color: #f4d5a9;
}
.color-3 {
color: #f2c18c;
}
.color-4 {
color: #f1b46f;
}
.color-5 {
color: #f09e51;
}

/* CSS Variables */
:root {
--color-1: #f7e0c5;
--color-2: #f4d5a9;
--color-3: #f2c18c;
--color-4: #f1b46f;
--color-5: #f09e51;
}

CSS del degradado de fondo Albescent Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e0c5, #f4d5a9, #f2c18c, #f1b46f, #f09e51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e0c5, #f4d5a9, #f2c18c, #f1b46f, #f09e51);
}

Albescent Glow color palette created on .