Paleta de colores Ethereal Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Blossom

/* CSS */
.color-1 {
color: #f5eabc;
}
.color-2 {
color: #ebc9a8;
}
.color-3 {
color: #e7a18d;
}
.color-4 {
color: #d66b8d;
}
.color-5 {
color: #b65d96;
}

/* CSS Variables */
:root {
--color-1: #f5eabc;
--color-2: #ebc9a8;
--color-3: #e7a18d;
--color-4: #d66b8d;
--color-5: #b65d96;
}

CSS del degradado de fondo Ethereal Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5eabc, #ebc9a8, #e7a18d, #d66b8d, #b65d96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5eabc, #ebc9a8, #e7a18d, #d66b8d, #b65d96);
}

Ethereal Blossom color palette created on .