Orange Space Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Space palette
Orange Space color palette CSS
/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ffa052;
}
.color-3 {
color: #ffbc70;
}
.color-4 {
color: #ffda8f;
}
.color-5 {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ffa052;
--color-3: #ffbc70;
--color-4: #ffda8f;
--color-5: #ffe4b3;
}
Orange Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ffa052, #ffbc70, #ffda8f, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ffa052, #ffbc70, #ffda8f, #ffe4b3);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Orange Space color palette created on .