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: #f9fafa;
}
.color-2 {
color: #f2f3f2;
}
.color-3 {
color: #e5e8e3;
}
.color-4 {
color: #d6dbd2;
}
.color-5 {
color: #c4ccbd;
}

/* CSS Variables */
:root {
--color-1: #f9fafa;
--color-2: #f2f3f2;
--color-3: #e5e8e3;
--color-4: #d6dbd2;
--color-5: #c4ccbd;
}

CSS con gradiente di sfondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafa, #f2f3f2, #e5e8e3, #d6dbd2, #c4ccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafa, #f2f3f2, #e5e8e3, #d6dbd2, #c4ccbd);
}

Whispers of Serenity color palette created on .