Purple Monster Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Monster palette
Purple Monster color palette CSS
/* CSS */
.color-1 {
color: #a83e9d;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #a2d7c6;
}
.color-5 {
color: #4a2d2b;
}
/* CSS Variables */
:root {
--color-1: #a83e9d;
--color-2: #f5c400;
--color-3: #ff6d1f;
--color-4: #a2d7c6;
--color-5: #4a2d2b;
}
Purple Monster background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a83e9d, #f5c400, #ff6d1f, #a2d7c6, #4a2d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a83e9d, #f5c400, #ff6d1f, #a2d7c6, #4a2d2b);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Purple Monster color palette created on .