Whispers of Silk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Silk palette

Condividi questa palette a:

tavolozza dei colori Whispers of Silk CSS

/* CSS */
.color-1 {
color: #d57b90;
}
.color-2 {
color: #e8b5c4;
}
.color-3 {
color: #f1d0df;
}
.color-4 {
color: #f6e4ea;
}
.color-5 {
color: #fce8f3;
}

/* CSS Variables */
:root {
--color-1: #d57b90;
--color-2: #e8b5c4;
--color-3: #f1d0df;
--color-4: #f6e4ea;
--color-5: #fce8f3;
}

CSS con gradiente di sfondo Whispers of Silk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57b90, #e8b5c4, #f1d0df, #f6e4ea, #fce8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57b90, #e8b5c4, #f1d0df, #f6e4ea, #fce8f3);
}

Whispers of Silk color palette created on .