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: #f2a6c1;
}
.color-2 {
color: #f6dab6;
}
.color-3 {
color: #a3e1d5;
}
.color-4 {
color: #b9d9e4;
}
.color-5 {
color: #f8c9d1;
}

/* CSS Variables */
:root {
--color-1: #f2a6c1;
--color-2: #f6dab6;
--color-3: #a3e1d5;
--color-4: #b9d9e4;
--color-5: #f8c9d1;
}

CSS con gradiente di sfondo Whimsical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c1, #f6dab6, #a3e1d5, #b9d9e4, #f8c9d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c1, #f6dab6, #a3e1d5, #b9d9e4, #f8c9d1);
}

Whimsical Serenity color palette created on .