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