Whispers of Soft Silk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Soft Silk palette

Condividi questa palette a:

tavolozza dei colori Whispers of Soft Silk CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfc;
}
.color-3 {
color: #faf8f5;
}
.color-4 {
color: #f4f0eb;
}
.color-5 {
color: #dacfcd;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfc;
--color-3: #faf8f5;
--color-4: #f4f0eb;
--color-5: #dacfcd;
}

CSS con gradiente di sfondo Whispers of Soft Silk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfc, #faf8f5, #f4f0eb, #dacfcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfc, #faf8f5, #f4f0eb, #dacfcd);
}

Whispers of Soft Silk color palette created on .