Whimsical Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Dreams palette

Condividi questa palette a:

tavolozza dei colori Whimsical Dreams CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f2b5e1;
}
.color-3 {
color: #eab7f0;
}
.color-4 {
color: #b1d9e2;
}
.color-5 {
color: #cae3c4;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f2b5e1;
--color-3: #eab7f0;
--color-4: #b1d9e2;
--color-5: #cae3c4;
}

CSS con gradiente di sfondo Whimsical Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f2b5e1, #eab7f0, #b1d9e2, #cae3c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f2b5e1, #eab7f0, #b1d9e2, #cae3c4);
}

Whimsical Dreams color palette created on .