Paleta de colores Whispers of Edgar

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Edgar palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Edgar

/* CSS */
.color-1 {
color: #f5b1a8;
}
.color-2 {
color: #f8ddaf;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #8dd4d8;
}
.color-5 {
color: #5a8c8a;
}

/* CSS Variables */
:root {
--color-1: #f5b1a8;
--color-2: #f8ddaf;
--color-3: #f4e4b3;
--color-4: #8dd4d8;
--color-5: #5a8c8a;
}

CSS del degradado de fondo Whispers of Edgar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b1a8, #f8ddaf, #f4e4b3, #8dd4d8, #5a8c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b1a8, #f8ddaf, #f4e4b3, #8dd4d8, #5a8c8a);
}

Whispers of Edgar color palette created on .