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: #71d1c6;
}
.color-2 {
color: #a8e1d8;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #f6a8a2;
}
.color-5 {
color: #f08228;
}

/* CSS Variables */
:root {
--color-1: #71d1c6;
--color-2: #a8e1d8;
--color-3: #f2e6d9;
--color-4: #f6a8a2;
--color-5: #f08228;
}

CSS con gradiente di sfondo Whispers of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71d1c6, #a8e1d8, #f2e6d9, #f6a8a2, #f08228);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71d1c6, #a8e1d8, #f2e6d9, #f6a8a2, #f08228);
}

Whispers of Serenity color palette created on .