Whispers of Serene Blooms Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serene Blooms palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serene Blooms CSS

/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #f7fcfd;
}
.color-3 {
color: #f1fafe;
}
.color-4 {
color: #cbe6fb;
}
.color-5 {
color: #f7d4d7;
}

/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f7fcfd;
--color-3: #f1fafe;
--color-4: #cbe6fb;
--color-5: #f7d4d7;
}

CSS con gradiente di sfondo Whispers of Serene Blooms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f7fcfd, #f1fafe, #cbe6fb, #f7d4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f7fcfd, #f1fafe, #cbe6fb, #f7d4d7);
}

Whispers of Serene Blooms color palette created on .