Whispers of the Maw Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Maw palette
Whispers of the Maw color palette CSS
/* CSS */
.color-1 {
color: #9c6f9f;
}
.color-2 {
color: #b48ac7;
}
.color-3 {
color: #f2d4e1;
}
.color-4 {
color: #fbc2a7;
}
.color-5 {
color: #e8a67d;
}
/* CSS Variables */
:root {
--color-1: #9c6f9f;
--color-2: #b48ac7;
--color-3: #f2d4e1;
--color-4: #fbc2a7;
--color-5: #e8a67d;
}
Whispers of the Maw background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of the Maw color palette created on .