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