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