Red and Orange Celebration Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Orange Celebration palette
Red and Orange Celebration color palette CSS
/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #d60032;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #4c9d2a;
}
/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #d60032;
--color-3: #ff6d1f;
--color-4: #f5b400;
--color-5: #4c9d2a;
}
Red and Orange Celebration background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #d60032, #ff6d1f, #f5b400, #4c9d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #d60032, #ff6d1f, #f5b400, #4c9d2a);
}
Similar color palettes
Red and Orange Celebration color palette created on .