Paleta de colores Albescent Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Albescent Glow palette
Imagen PNG de la paleta de colores Albescent Glow
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Blanco
Albescent Glow color palette created on .