Cognitive Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cognitive Spectrum palette

Share this palette to:

Cognitive Spectrum color palette CSS

/* CSS */
.color-1 {
color: #1c9ad9;
}
.color-2 {
color: #a6d9d3;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #ff6933;
}
.color-5 {
color: #a93d3d;
}

/* CSS Variables */
:root {
--color-1: #1c9ad9;
--color-2: #a6d9d3;
--color-3: #ffc300;
--color-4: #ff6933;
--color-5: #a93d3d;
}

Cognitive Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c9ad9, #a6d9d3, #ffc300, #ff6933, #a93d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c9ad9, #a6d9d3, #ffc300, #ff6933, #a93d3d);
}

Cognitive Spectrum color palette created on .