Paleta de colores FrostFeather
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with FrostFeather palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores FrostFeather (PNG)
CSS de la paleta de colores FrostFeather
/* CSS */
.color-1 {
color: #d5e9fb;
}
.color-2 {
color: #e8f3fd;
}
.color-3 {
color: #f8fcfb;
}
.color-4 {
color: #f9ecf4;
}
.color-5 {
color: #dcddf4;
}
/* CSS Variables */
:root {
--color-1: #d5e9fb;
--color-2: #e8f3fd;
--color-3: #f8fcfb;
--color-4: #f9ecf4;
--color-5: #dcddf4;
}
CSS del degradado de fondo FrostFeather
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e9fb, #e8f3fd, #f8fcfb, #f9ecf4, #dcddf4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e9fb, #e8f3fd, #f8fcfb, #f9ecf4, #dcddf4);
}
Paletas de colores similares
FrostFeather color palette created on .