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: #f3a34f;
}
.color-2 {
color: #f7c869;
}
.color-3 {
color: #e6eb8e;
}
.color-4 {
color: #88d3c1;
}
.color-5 {
color: #4b8b9b;
}
/* CSS Variables */
:root {
--color-1: #f3a34f;
--color-2: #f7c869;
--color-3: #e6eb8e;
--color-4: #88d3c1;
--color-5: #4b8b9b;
}
Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a34f, #f7c869, #e6eb8e, #88d3c1, #4b8b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a34f, #f7c869, #e6eb8e, #88d3c1, #4b8b9b);
}
Similar color palettes
Shades of Orange color palette created on .