Shades of Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Orange palette
Shades of Orange color palette CSS
/* CSS */
.color-1 {
color: #f9ccb9;
}
.color-2 {
color: #f3a58c;
}
.color-3 {
color: #f3815e;
}
.color-4 {
color: #da654e;
}
.color-5 {
color: #a24b39;
}
/* CSS Variables */
:root {
--color-1: #f9ccb9;
--color-2: #f3a58c;
--color-3: #f3815e;
--color-4: #da654e;
--color-5: #a24b39;
}
Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ccb9, #f3a58c, #f3815e, #da654e, #a24b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ccb9, #f3a58c, #f3815e, #da654e, #a24b39);
}
Similar color palettes
Shades of Orange color palette created on .