Crimson Orchard Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Orchard Delight palette
Crimson Orchard Delight color palette CSS
/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #f12f1e;
}
.color-3 {
color: #f07f2d;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #f5c13d;
}
/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #f12f1e;
--color-3: #f07f2d;
--color-4: #f1b341;
--color-5: #f5c13d;
}
Crimson Orchard Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #f12f1e, #f07f2d, #f1b341, #f5c13d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #f12f1e, #f07f2d, #f1b341, #f5c13d);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Crimson Orchard Delight color palette created on .