Whispers of Blossoms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Blossoms palette

Condividi questa palette a:

tavolozza dei colori Whispers of Blossoms CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fdfcfc;
}
.color-3 {
color: #f8eee7;
}
.color-4 {
color: #dfced7;
}
.color-5 {
color: #f4ae90;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfcfc;
--color-3: #f8eee7;
--color-4: #dfced7;
--color-5: #f4ae90;
}

CSS con gradiente di sfondo Whispers of Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfcfc, #f8eee7, #dfced7, #f4ae90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfcfc, #f8eee7, #dfced7, #f4ae90);
}

Whispers of Blossoms color palette created on .