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