Whispering Pastels Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Pastels Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Whispering Pastels Dreamscape CSS

/* CSS */
.color-1 {
color: #f6f4f4;
}
.color-2 {
color: #dde8f3;
}
.color-3 {
color: #e0d4d1;
}
.color-4 {
color: #e9da90;
}
.color-5 {
color: #bbdbf7;
}

/* CSS Variables */
:root {
--color-1: #f6f4f4;
--color-2: #dde8f3;
--color-3: #e0d4d1;
--color-4: #e9da90;
--color-5: #bbdbf7;
}

CSS con gradiente di sfondo Whispering Pastels Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f4f4, #dde8f3, #e0d4d1, #e9da90, #bbdbf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f4f4, #dde8f3, #e0d4d1, #e9da90, #bbdbf7);
}

Whispering Pastels Dreamscape color palette created on .