Woven Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Woven Whispers palette

Condividi questa palette a:

tavolozza dei colori Woven Whispers CSS

/* CSS */
.color-1 {
color: #b05e82;
}
.color-2 {
color: #e1a8b3;
}
.color-3 {
color: #f2c5d0;
}
.color-4 {
color: #f7e597;
}
.color-5 {
color: #ffd15c;
}

/* CSS Variables */
:root {
--color-1: #b05e82;
--color-2: #e1a8b3;
--color-3: #f2c5d0;
--color-4: #f7e597;
--color-5: #ffd15c;
}

CSS con gradiente di sfondo Woven Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05e82, #e1a8b3, #f2c5d0, #f7e597, #ffd15c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05e82, #e1a8b3, #f2c5d0, #f7e597, #ffd15c);
}

Woven Whispers color palette created on .