Shutter Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shutter Spectrum palette

Share this palette to:

Shutter Spectrum color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #9fd6e5;
}
.color-5 {
color: #5d8b98;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffd54d;
--color-4: #9fd6e5;
--color-5: #5d8b98;
}

Shutter Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffd54d, #9fd6e5, #5d8b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffd54d, #9fd6e5, #5d8b98);
}

Shutter Spectrum color palette created on .