Paleta de colores Celestial Feathers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Feathers palette
CSS de la paleta de colores Celestial Feathers
/* CSS */
.color-1 {
color: #1f3b4d;
}
.color-2 {
color: #4f7a9c;
}
.color-3 {
color: #8db5c8;
}
.color-4 {
color: #f1d6b1;
}
.color-5 {
color: #f8a19b;
}
/* CSS Variables */
:root {
--color-1: #1f3b4d;
--color-2: #4f7a9c;
--color-3: #8db5c8;
--color-4: #f1d6b1;
--color-5: #f8a19b;
}
CSS del degradado de fondo Celestial Feathers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b4d, #4f7a9c, #8db5c8, #f1d6b1, #f8a19b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b4d, #4f7a9c, #8db5c8, #f1d6b1, #f8a19b);
}
Paletas de colores similares
Celestial Feathers color palette created on .