Fawn Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fawn Whispers palette

Share this palette to:

Fawn Whispers color palette PNG image

Download fawn whispers color palette PNG image (landscape)
Download fawn whispers color palette PNG image (square)

Fawn Whispers color palette CSS

/* CSS */
.color-1 {
color: #e3d7ca;
}
.color-2 {
color: #ede0d4;
}
.color-3 {
color: #f4e9d2;
}
.color-4 {
color: #f0d6b7;
}
.color-5 {
color: #decaba;
}

/* CSS Variables */
:root {
--color-1: #e3d7ca;
--color-2: #ede0d4;
--color-3: #f4e9d2;
--color-4: #f0d6b7;
--color-5: #decaba;
}

Fawn Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d7ca, #ede0d4, #f4e9d2, #f0d6b7, #decaba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d7ca, #ede0d4, #f4e9d2, #f0d6b7, #decaba);
}

Fawn Whispers color palette created on .