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: #713019;
}
.color-2 {
color: #683218;
}
.color-3 {
color: #6d3517;
}
.color-4 {
color: #422915;
}
.color-5 {
color: #4c2d1a;
}
/* CSS Variables */
:root {
--color-1: #713019;
--color-2: #683218;
--color-3: #6d3517;
--color-4: #422915;
--color-5: #4c2d1a;
}
Cognitive Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #713019, #683218, #6d3517, #422915, #4c2d1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #713019, #683218, #6d3517, #422915, #4c2d1a);
}
Similar color palettes
Cognitive Spectrum color palette created on .