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