Paleta de colores Ethereal Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Sunset

/* CSS */
.color-1 {
color: #7b4b8b;
}
.color-2 {
color: #b67cb1;
}
.color-3 {
color: #e2c1d3;
}
.color-4 {
color: #f3d2a0;
}
.color-5 {
color: #f3ab5e;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #b67cb1;
--color-3: #e2c1d3;
--color-4: #f3d2a0;
--color-5: #f3ab5e;
}

CSS del degradado de fondo Ethereal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #b67cb1, #e2c1d3, #f3d2a0, #f3ab5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #b67cb1, #e2c1d3, #f3d2a0, #f3ab5e);
}

Ethereal Sunset color palette created on .