Paleta de colores Ethereal Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Embrace

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff976b;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #a84d7a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff976b;
--color-3: #ffc29e;
--color-4: #690571;
--color-5: #a84d7a;
}

CSS del degradado de fondo Ethereal Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff976b, #ffc29e, #690571, #a84d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff976b, #ffc29e, #690571, #a84d7a);
}

Ethereal Embrace color palette created on .