Paleta de colores Ethereal Echoes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Echoes palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Echoes

/* CSS */
.color-1 {
color: #a1d7e3;
}
.color-2 {
color: #f6b741;
}
.color-3 {
color: #f28c26;
}
.color-4 {
color: #de531b;
}
.color-5 {
color: #b75b2a;
}

/* CSS Variables */
:root {
--color-1: #a1d7e3;
--color-2: #f6b741;
--color-3: #f28c26;
--color-4: #de531b;
--color-5: #b75b2a;
}

CSS del degradado de fondo Ethereal Echoes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e3, #f6b741, #f28c26, #de531b, #b75b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e3, #f6b741, #f28c26, #de531b, #b75b2a);
}

Ethereal Echoes color palette created on .