Orange Course Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Course palette
Orange Course color palette CSS
/* CSS */
.color-1 {
color: #f9e3b4;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #2d3143;
}
.color-5 {
color: #1d202f;
}
/* CSS Variables */
:root {
--color-1: #f9e3b4;
--color-2: #f4a462;
--color-3: #e76e50;
--color-4: #2d3143;
--color-5: #1d202f;
}
Orange Course background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3b4, #f4a462, #e76e50, #2d3143, #1d202f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3b4, #f4a462, #e76e50, #2d3143, #1d202f);
}
Similar color palettes
Orange Course color palette created on .