Whispers of Faelen Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Faelen palette

Condividi questa palette a:

tavolozza dei colori Whispers of Faelen CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f7c7ab;
}
.color-3 {
color: #f9eaa4;
}
.color-4 {
color: #a4d7e5;
}
.color-5 {
color: #8ac6f5;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f7c7ab;
--color-3: #f9eaa4;
--color-4: #a4d7e5;
--color-5: #8ac6f5;
}

CSS con gradiente di sfondo Whispers of Faelen

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f7c7ab, #f9eaa4, #a4d7e5, #8ac6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f7c7ab, #f9eaa4, #a4d7e5, #8ac6f5);
}

Whispers of Faelen color palette created on .