Paleta de colores Whispers of the Forgotten

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Forgotten palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Forgotten

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6d9a7;
}
.color-3 {
color: #a1d3e3;
}
.color-4 {
color: #4c9fd6;
}
.color-5 {
color: #2b4c8c;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6d9a7;
--color-3: #a1d3e3;
--color-4: #4c9fd6;
--color-5: #2b4c8c;
}

CSS del degradado de fondo Whispers of the Forgotten

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6d9a7, #a1d3e3, #4c9fd6, #2b4c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6d9a7, #a1d3e3, #4c9fd6, #2b4c8c);
}

Whispers of the Forgotten color palette created on .