Frenzied Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frenzied Spectrum palette
Color Inspiration
Images that showcase this color palette in real designs
Download Frenzied Spectrum Color Palette (PNG)
Frenzied Spectrum color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff9a4d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #4dff4d;
}
.color-5 {
color: #4d9aff;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9a4d;
--color-3: #ffcc4d;
--color-4: #4dff4d;
--color-5: #4d9aff;
}
Frenzied Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9a4d, #ffcc4d, #4dff4d, #4d9aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9a4d, #ffcc4d, #4dff4d, #4d9aff);
}
Similar color palettes
Frenzied Spectrum color palette created on .