Paleta de colores Ethereal Bloom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Bloom palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Bloom

/* CSS */
.color-1 {
color: #8a86c6;
}
.color-2 {
color: #bbb5e8;
}
.color-3 {
color: #e4d4f7;
}
.color-4 {
color: #edc4e7;
}
.color-5 {
color: #37161c;
}

/* CSS Variables */
:root {
--color-1: #8a86c6;
--color-2: #bbb5e8;
--color-3: #e4d4f7;
--color-4: #edc4e7;
--color-5: #37161c;
}

CSS del degradado de fondo Ethereal Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a86c6, #bbb5e8, #e4d4f7, #edc4e7, #37161c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a86c6, #bbb5e8, #e4d4f7, #edc4e7, #37161c);
}

Ethereal Bloom color palette created on .