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