Autumn Classroom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Classroom palette
Autumn Classroom color palette CSS
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #f08d3d;
}
.color-3 {
color: #e86a2c;
}
.color-4 {
color: #da5e25;
}
.color-5 {
color: #c8511e;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f08d3d;
--color-3: #e86a2c;
--color-4: #da5e25;
--color-5: #c8511e;
}
Autumn Classroom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f08d3d, #e86a2c, #da5e25, #c8511e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f08d3d, #e86a2c, #da5e25, #c8511e);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Autumn Classroom color palette created on .