Digital Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Spectrum palette
Digital Spectrum color palette CSS
/* CSS */
.color-1 {
color: #1ca0f2;
}
.color-2 {
color: #f55f24;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #25a741;
}
.color-5 {
color: #9e4c92;
}
/* CSS Variables */
:root {
--color-1: #1ca0f2;
--color-2: #f55f24;
--color-3: #f6b83c;
--color-4: #25a741;
--color-5: #9e4c92;
}
Digital Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ca0f2, #f55f24, #f6b83c, #25a741, #9e4c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ca0f2, #f55f24, #f6b83c, #25a741, #9e4c92);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Digital Spectrum color palette created on .