Whimsical Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Serenity palette

Condividi questa palette a:

tavolozza dei colori Whimsical Serenity CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f8bfd2;
}
.color-3 {
color: #e2c7f0;
}
.color-4 {
color: #a1d5e8;
}
.color-5 {
color: #a4e5b8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f8bfd2;
--color-3: #e2c7f0;
--color-4: #a1d5e8;
--color-5: #a4e5b8;
}

CSS con gradiente di sfondo Whimsical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f8bfd2, #e2c7f0, #a1d5e8, #a4e5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f8bfd2, #e2c7f0, #a1d5e8, #a4e5b8);
}

Whimsical Serenity color palette created on .