Paleta de colores Celestial Fragments
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Fragments palette
CSS de la paleta de colores Celestial Fragments
/* CSS */
.color-1 {
color: #f6e2a2;
}
.color-2 {
color: #f19979;
}
.color-3 {
color: #c16c8f;
}
.color-4 {
color: #8e4b9b;
}
.color-5 {
color: #5a2c7d;
}
/* CSS Variables */
:root {
--color-1: #f6e2a2;
--color-2: #f19979;
--color-3: #c16c8f;
--color-4: #8e4b9b;
--color-5: #5a2c7d;
}
CSS del degradado de fondo Celestial Fragments
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2a2, #f19979, #c16c8f, #8e4b9b, #5a2c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2a2, #f19979, #c16c8f, #8e4b9b, #5a2c7d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Celestial Fragments color palette created on .