Orange Energy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Energy palette

Share this palette to:

Orange Energy color palette CSS

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffee00;
}
.color-4 {
color: #00b300;
}
.color-5 {
color: #0059ff;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff9900;
--color-3: #ffee00;
--color-4: #00b300;
--color-5: #0059ff;
}

Orange Energy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff9900, #ffee00, #00b300, #0059ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff9900, #ffee00, #00b300, #0059ff);
}

Orange Energy color palette created on .