Whispers of the Forgotten Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Forgotten palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Forgotten CSS

/* 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 con gradiente di sfondo 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 .