Paleta de colores Ethereal Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Blossoms

/* CSS */
.color-1 {
color: #8e4c9a;
}
.color-2 {
color: #b577c5;
}
.color-3 {
color: #f1a7d3;
}
.color-4 {
color: #ffb3c6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #8e4c9a;
--color-2: #b577c5;
--color-3: #f1a7d3;
--color-4: #ffb3c6;
--color-5: #ff6e61;
}

CSS del degradado de fondo Ethereal Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e4c9a, #b577c5, #f1a7d3, #ffb3c6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e4c9a, #b577c5, #f1a7d3, #ffb3c6, #ff6e61);
}

Ethereal Blossoms color palette created on .