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