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: #e6e9f4;
}
.color-2 {
color: #bcd2eb;
}
.color-3 {
color: #aec3e5;
}
.color-4 {
color: #e6ebf4;
}
.color-5 {
color: #eaedf5;
}
/* CSS Variables */
:root {
--color-1: #e6e9f4;
--color-2: #bcd2eb;
--color-3: #aec3e5;
--color-4: #e6ebf4;
--color-5: #eaedf5;
}
Shades of Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e9f4, #bcd2eb, #aec3e5, #e6ebf4, #eaedf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e9f4, #bcd2eb, #aec3e5, #e6ebf4, #eaedf5);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Shades of Orange color palette created on .