Paleta de colores Elliot's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elliot's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Elliot's Embrace

/* CSS */
.color-1 {
color: #409091;
}
.color-2 {
color: #5dbabb;
}
.color-3 {
color: #9fd5d3;
}
.color-4 {
color: #d1e4e6;
}
.color-5 {
color: #f6e5df;
}

/* CSS Variables */
:root {
--color-1: #409091;
--color-2: #5dbabb;
--color-3: #9fd5d3;
--color-4: #d1e4e6;
--color-5: #f6e5df;
}

CSS del degradado de fondo Elliot's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #409091, #5dbabb, #9fd5d3, #d1e4e6, #f6e5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #409091, #5dbabb, #9fd5d3, #d1e4e6, #f6e5df);
}

Elliot's Embrace color palette created on .