Empowering Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Empowering Orange palette

Share this palette to:

Empowering Orange color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e1b4;
}
.color-3 {
color: #f9c8f0;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e1b4;
--color-3: #f9c8f0;
--color-4: #9b58b6;
--color-5: #3398db;
}

Empowering Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e1b4, #f9c8f0, #9b58b6, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e1b4, #f9c8f0, #9b58b6, #3398db);
}

Empowering Orange color palette created on .