Paleta de colores Ethereal Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Dawn palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Dawn

/* CSS */
.color-1 {
color: #5a2c68;
}
.color-2 {
color: #8c4992;
}
.color-3 {
color: #dd6e99;
}
.color-4 {
color: #f2b87d;
}
.color-5 {
color: #fcd340;
}

/* CSS Variables */
:root {
--color-1: #5a2c68;
--color-2: #8c4992;
--color-3: #dd6e99;
--color-4: #f2b87d;
--color-5: #fcd340;
}

CSS del degradado de fondo Ethereal Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2c68, #8c4992, #dd6e99, #f2b87d, #fcd340);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2c68, #8c4992, #dd6e99, #f2b87d, #fcd340);
}

Ethereal Dawn color palette created on .