Paleta de colores Ethereal Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Hues

/* CSS */
.color-1 {
color: #b1c7d3;
}
.color-2 {
color: #9ad6c5;
}
.color-3 {
color: #7dd4a7;
}
.color-4 {
color: #e3d06d;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #b1c7d3;
--color-2: #9ad6c5;
--color-3: #7dd4a7;
--color-4: #e3d06d;
--color-5: #f47b1f;
}

CSS del degradado de fondo Ethereal Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c7d3, #9ad6c5, #7dd4a7, #e3d06d, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c7d3, #9ad6c5, #7dd4a7, #e3d06d, #f47b1f);
}

Ethereal Hues color palette created on .