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