Whispers of Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serenity CSS

/* CSS */
.color-1 {
color: #fbfdfe;
}
.color-2 {
color: #eef8fb;
}
.color-3 {
color: #f2f2f3;
}
.color-4 {
color: #d8eaee;
}
.color-5 {
color: #ecd6d5;
}

/* CSS Variables */
:root {
--color-1: #fbfdfe;
--color-2: #eef8fb;
--color-3: #f2f2f3;
--color-4: #d8eaee;
--color-5: #ecd6d5;
}

CSS con gradiente di sfondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfdfe, #eef8fb, #f2f2f3, #d8eaee, #ecd6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfdfe, #eef8fb, #f2f2f3, #d8eaee, #ecd6d5);
}

Whispers of Serenity color palette created on .