Whispers of Belphegor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Belphegor palette
Whispers of Belphegor color palette CSS
/* CSS */
.color-1 {
color: #5b4c9a;
}
.color-2 {
color: #7a7dbd;
}
.color-3 {
color: #a9c1e0;
}
.color-4 {
color: #f0b2c2;
}
.color-5 {
color: #e77f4b;
}
/* CSS Variables */
:root {
--color-1: #5b4c9a;
--color-2: #7a7dbd;
--color-3: #a9c1e0;
--color-4: #f0b2c2;
--color-5: #e77f4b;
}
Whispers of Belphegor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4c9a, #7a7dbd, #a9c1e0, #f0b2c2, #e77f4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4c9a, #7a7dbd, #a9c1e0, #f0b2c2, #e77f4b);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whispers of Belphegor color palette created on .