Spectrum of Connection Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spectrum of Connection palette
Spectrum of Connection color palette CSS
/* CSS */
.color-1 {
color: #5abfba;
}
.color-2 {
color: #e4b7f0;
}
.color-3 {
color: #f7d67e;
}
.color-4 {
color: #f44e4e;
}
.color-5 {
color: #a6599d;
}
/* CSS Variables */
:root {
--color-1: #5abfba;
--color-2: #e4b7f0;
--color-3: #f7d67e;
--color-4: #f44e4e;
--color-5: #a6599d;
}
Spectrum of Connection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abfba, #e4b7f0, #f7d67e, #f44e4e, #a6599d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abfba, #e4b7f0, #f7d67e, #f44e4e, #a6599d);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Spectrum of Connection color palette created on .