Cognitive Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cognitive Spectrum palette
Cognitive Spectrum color palette CSS
/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #f6aba2;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f0b14c;
}
/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #a2d2e2;
--color-3: #f6aba2;
--color-4: #f9d66c;
--color-5: #f0b14c;
}
Cognitive Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #a2d2e2, #f6aba2, #f9d66c, #f0b14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #a2d2e2, #f6aba2, #f9d66c, #f0b14c);
}
Similar color palettes
Cognitive Spectrum color palette created on .