Paleta de colores Sleepy Eevee

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sleepy Eevee palette

Compartir esta paleta en:

CSS de la paleta de colores Sleepy Eevee

/* CSS */
.color-1 {
color: #d1c2e5;
}
.color-2 {
color: #a7b2d3;
}
.color-3 {
color: #7d9ec5;
}
.color-4 {
color: #508cb9;
}
.color-5 {
color: #2a699d;
}

/* CSS Variables */
:root {
--color-1: #d1c2e5;
--color-2: #a7b2d3;
--color-3: #7d9ec5;
--color-4: #508cb9;
--color-5: #2a699d;
}

CSS del degradado de fondo Sleepy Eevee

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c2e5, #a7b2d3, #7d9ec5, #508cb9, #2a699d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c2e5, #a7b2d3, #7d9ec5, #508cb9, #2a699d);
}

Sleepy Eevee color palette created on .