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: #f1f5f8;
}
.color-2 {
color: #dbe5f0;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #5d9bd5;
}
.color-5 {
color: #3b5897;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #dbe5f0;
--color-3: #a3c7e0;
--color-4: #5d9bd5;
--color-5: #3b5897;
}

CSS con gradiente di sfondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #dbe5f0, #a3c7e0, #5d9bd5, #3b5897);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #dbe5f0, #a3c7e0, #5d9bd5, #3b5897);
}

Whispers of Serenity color palette created on .