Orange and Purple Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange and Purple Delight palette
Orange and Purple Delight color palette CSS
/* CSS */
.color-1 {
color: #d29f28;
}
.color-2 {
color: #6b4fba;
}
.color-3 {
color: #f27d8d;
}
.color-4 {
color: #e3b93b;
}
.color-5 {
color: #c04939;
}
/* CSS Variables */
:root {
--color-1: #d29f28;
--color-2: #6b4fba;
--color-3: #f27d8d;
--color-4: #e3b93b;
--color-5: #c04939;
}
Orange and Purple Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d29f28, #6b4fba, #f27d8d, #e3b93b, #c04939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d29f28, #6b4fba, #f27d8d, #e3b93b, #c04939);
}
Similar color palettes
Scroll down to explore 60+ Amber color palettes
Orange and Purple Delight color palette created on .