Flooding Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Flooding Spectrum palette

Share this palette to:

Flooding Spectrum color palette CSS

/* CSS */
.color-1 {
color: #4c9ddc;
}
.color-2 {
color: #80cff4;
}
.color-3 {
color: #a3e6f0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f36d6d;
}

/* CSS Variables */
:root {
--color-1: #4c9ddc;
--color-2: #80cff4;
--color-3: #a3e6f0;
--color-4: #f6b83c;
--color-5: #f36d6d;
}

Flooding Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9ddc, #80cff4, #a3e6f0, #f6b83c, #f36d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9ddc, #80cff4, #a3e6f0, #f6b83c, #f36d6d);
}

Flooding Spectrum color palette created on .