Spectral Blues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spectral Blues palette

Share this palette to:

Spectral Blues color palette CSS

/* CSS */
.color-1 {
color: #e9f9fb;
}
.color-2 {
color: #a2dffb;
}
.color-3 {
color: #90caf9;
}
.color-4 {
color: #5ab0f6;
}
.color-5 {
color: #5399df;
}

/* CSS Variables */
:root {
--color-1: #e9f9fb;
--color-2: #a2dffb;
--color-3: #90caf9;
--color-4: #5ab0f6;
--color-5: #5399df;
}

Spectral Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9f9fb, #a2dffb, #90caf9, #5ab0f6, #5399df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9f9fb, #a2dffb, #90caf9, #5ab0f6, #5399df);
}

Spectral Blues color palette created on .