Whispers of Deception Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Deception palette

Share this palette to:

Whispers of Deception color palette 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;
}

Whispers of Deception background gradient CSS

/* 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 .