Spectrum of Connection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spectrum of Connection palette

Share this palette to:

Spectrum of Connection color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #3ebb8e;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f98348;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #3ebb8e;
--color-3: #f9c54e;
--color-4: #f98348;
--color-5: #f94346;
}

Spectrum of Connection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #3ebb8e, #f9c54e, #f98348, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #3ebb8e, #f9c54e, #f98348, #f94346);
}

Spectrum of Connection color palette created on .