Whispers of Deceit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Deceit palette

Condividi questa palette a:

tavolozza dei colori Whispers of Deceit CSS

/* CSS */
.color-1 {
color: #e5b8d2;
}
.color-2 {
color: #f3c4e2;
}
.color-3 {
color: #f9d7e5;
}
.color-4 {
color: #fdd6b4;
}
.color-5 {
color: #f5ba4d;
}

/* CSS Variables */
:root {
--color-1: #e5b8d2;
--color-2: #f3c4e2;
--color-3: #f9d7e5;
--color-4: #fdd6b4;
--color-5: #f5ba4d;
}

CSS con gradiente di sfondo Whispers of Deceit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8d2, #f3c4e2, #f9d7e5, #fdd6b4, #f5ba4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8d2, #f3c4e2, #f9d7e5, #fdd6b4, #f5ba4d);
}

Whispers of Deceit color palette created on .