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: #a6c6ed;
}
.color-2 {
color: #f1a7c0;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #8dd3a6;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f1a7c0;
--color-3: #f9d66c;
--color-4: #8dd3a6;
--color-5: #ff6e61;
}
CSS del degradado de fondo Celestial Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f1a7c0, #f9d66c, #8dd3a6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f1a7c0, #f9d66c, #8dd3a6, #ff6e61);
}
Paletas de colores similares
Celestial Embrace color palette created on .