Paleta de colores Ethereal Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Elegance

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #f8f4e2;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #007a6c;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #d4af35;
--color-3: #f8f4e2;
--color-4: #2ecc70;
--color-5: #007a6c;
}

CSS del degradado de fondo Ethereal Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #d4af35, #f8f4e2, #2ecc70, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #d4af35, #f8f4e2, #2ecc70, #007a6c);
}

Ethereal Elegance color palette created on .