Shades of Orange and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Orange and Purple palette
Shades of Orange and Purple color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #e75b04;
}
.color-3 {
color: #d6311f;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #3c0e90;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #e75b04;
--color-3: #d6311f;
--color-4: #690571;
--color-5: #3c0e90;
}
Shades of Orange and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #e75b04, #d6311f, #690571, #3c0e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #e75b04, #d6311f, #690571, #3c0e90);
}
Similar color palettes
Shades of Orange and Purple color palette created on .