Paleta de colores Eleanor's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eleanor's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Eleanor's Embrace

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f98d2f;
}
.color-3 {
color: #f15050;
}
.color-4 {
color: #aa4b8d;
}
.color-5 {
color: #6e2a92;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f98d2f;
--color-3: #f15050;
--color-4: #aa4b8d;
--color-5: #6e2a92;
}

CSS del degradado de fondo Eleanor's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f98d2f, #f15050, #aa4b8d, #6e2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f98d2f, #f15050, #aa4b8d, #6e2a92);
}

Eleanor's Embrace color palette created on .