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