Paleta de colores Eider's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eider's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Eider's Embrace

/* CSS */
.color-1 {
color: #b2e0da;
}
.color-2 {
color: #8fd6c2;
}
.color-3 {
color: #5ac4a0;
}
.color-4 {
color: #3dae8e;
}
.color-5 {
color: #28a477;
}

/* CSS Variables */
:root {
--color-1: #b2e0da;
--color-2: #8fd6c2;
--color-3: #5ac4a0;
--color-4: #3dae8e;
--color-5: #28a477;
}

CSS del degradado de fondo Eider's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0da, #8fd6c2, #5ac4a0, #3dae8e, #28a477);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0da, #8fd6c2, #5ac4a0, #3dae8e, #28a477);
}

Eider's Embrace color palette created on .