Fawn Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fawn Whispers palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fawn Whispers Color Palette (PNG)
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);
}
Similar color palettes
Fawn Whispers color palette created on .