Whispers of the Moth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Moth palette
Whispers of the Moth color palette CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #d8cba2;
}
.color-5 {
color: #a28b8b;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #b7a99a;
--color-3: #e4b5a0;
--color-4: #d8cba2;
--color-5: #a28b8b;
}
Whispers of the Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #b7a99a, #e4b5a0, #d8cba2, #a28b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #b7a99a, #e4b5a0, #d8cba2, #a28b8b);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Whispers of the Moth color palette created on .