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