Paleta de colores Ethereal Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Harmony

/* CSS */
.color-1 {
color: #f2b05a;
}
.color-2 {
color: #e57b7b;
}
.color-3 {
color: #a86dab;
}
.color-4 {
color: #5c7b99;
}
.color-5 {
color: #4f9ea1;
}

/* CSS Variables */
:root {
--color-1: #f2b05a;
--color-2: #e57b7b;
--color-3: #a86dab;
--color-4: #5c7b99;
--color-5: #4f9ea1;
}

CSS del degradado de fondo Ethereal Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b05a, #e57b7b, #a86dab, #5c7b99, #4f9ea1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b05a, #e57b7b, #a86dab, #5c7b99, #4f9ea1);
}

Ethereal Harmony color palette created on .