Orange Beam Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Beam palette
Orange Beam color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffad42;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #fff7e5;
}
.color-5 {
color: #ffebb8;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffad42;
--color-3: #ffda6b;
--color-4: #fff7e5;
--color-5: #ffebb8;
}
Orange Beam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffad42, #ffda6b, #fff7e5, #ffebb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffad42, #ffda6b, #fff7e5, #ffebb8);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Orange Beam color palette created on .