Whispers of Deception Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Deception palette

Condividi questa palette a:

tavolozza dei colori Whispers of Deception CSS

/* CSS */
.color-1 {
color: #f6a7b8;
}
.color-2 {
color: #f9d8c3;
}
.color-3 {
color: #f9e5ae;
}
.color-4 {
color: #a4d6b3;
}
.color-5 {
color: #6bc2f5;
}

/* CSS Variables */
:root {
--color-1: #f6a7b8;
--color-2: #f9d8c3;
--color-3: #f9e5ae;
--color-4: #a4d6b3;
--color-5: #6bc2f5;
}

CSS con gradiente di sfondo Whispers of Deception

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b8, #f9d8c3, #f9e5ae, #a4d6b3, #6bc2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b8, #f9d8c3, #f9e5ae, #a4d6b3, #6bc2f5);
}

Whispers of Deception color palette created on .