Infectious Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Infectious Spectrum palette

Share this palette to:

Infectious Spectrum color palette CSS

/* CSS */
.color-1 {
color: #28c6d7;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f2d450;
}
.color-4 {
color: #d44a2b;
}
.color-5 {
color: #5e4b8b;
}

/* CSS Variables */
:root {
--color-1: #28c6d7;
--color-2: #f1a8a2;
--color-3: #f2d450;
--color-4: #d44a2b;
--color-5: #5e4b8b;
}

Infectious Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28c6d7, #f1a8a2, #f2d450, #d44a2b, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28c6d7, #f1a8a2, #f2d450, #d44a2b, #5e4b8b);
}

Infectious Spectrum color palette created on .