Paleta de colores FrostFeather
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with FrostFeather palette
Imagen PNG de la paleta de colores FrostFeather
CSS de la paleta de colores FrostFeather
/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #b7e3f5;
}
.color-3 {
color: #f1f7f9;
}
.color-4 {
color: #f9d6ae;
}
.color-5 {
color: #f5908e;
}
/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #b7e3f5;
--color-3: #f1f7f9;
--color-4: #f9d6ae;
--color-5: #f5908e;
}
CSS del degradado de fondo FrostFeather
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #b7e3f5, #f1f7f9, #f9d6ae, #f5908e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #b7e3f5, #f1f7f9, #f9d6ae, #f5908e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
FrostFeather color palette created on .