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: #ffffff;
}
.color-2 {
color: #fcfcfd;
}
.color-3 {
color: #f9fafb;
}
.color-4 {
color: #ebebeb;
}
.color-5 {
color: #cecfd0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfd;
--color-3: #f9fafb;
--color-4: #ebebeb;
--color-5: #cecfd0;
}

CSS con gradiente di sfondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfd, #f9fafb, #ebebeb, #cecfd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfd, #f9fafb, #ebebeb, #cecfd0);
}

Whispers of Serenity color palette created on .