Paleta de colores Eternal Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eternal Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Eternal Embrace

/* CSS */
.color-1 {
color: #ffb0a8;
}
.color-2 {
color: #ffd399;
}
.color-3 {
color: #ffea75;
}
.color-4 {
color: #a9dbb4;
}
.color-5 {
color: #8bc5e9;
}

/* CSS Variables */
:root {
--color-1: #ffb0a8;
--color-2: #ffd399;
--color-3: #ffea75;
--color-4: #a9dbb4;
--color-5: #8bc5e9;
}

CSS del degradado de fondo Eternal Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb0a8, #ffd399, #ffea75, #a9dbb4, #8bc5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb0a8, #ffd399, #ffea75, #a9dbb4, #8bc5e9);
}

Eternal Embrace color palette created on .