Purple Devourer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Devourer palette
Purple Devourer color palette CSS
/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #8f5b9f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #f6f7d9;
}
/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #8f5b9f;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #f6f7d9;
}
Purple Devourer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #8f5b9f, #ff6e61, #ffb84d, #f6f7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #8f5b9f, #ff6e61, #ffb84d, #f6f7d9);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Purple Devourer color palette created on .