Shades of Purple and Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple and Orange palette
Shades of Purple and Orange color palette CSS
/* CSS */
.color-1 {
color: #1f1c5e;
}
.color-2 {
color: #684f92;
}
.color-3 {
color: #b34d92;
}
.color-4 {
color: #f3a34f;
}
.color-5 {
color: #ff5d38;
}
/* CSS Variables */
:root {
--color-1: #1f1c5e;
--color-2: #684f92;
--color-3: #b34d92;
--color-4: #f3a34f;
--color-5: #ff5d38;
}
Shades of Purple and Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1c5e, #684f92, #b34d92, #f3a34f, #ff5d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1c5e, #684f92, #b34d92, #f3a34f, #ff5d38);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Shades of Purple and Orange color palette created on .