Vibrant Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Share this palette to:

Vibrant Orange color palette CSS

/* CSS */
.color-1 {
color: #ff2e54;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #007bff;
}

/* CSS Variables */
:root {
--color-1: #ff2e54;
--color-2: #ff6a00;
--color-3: #ffcc00;
--color-4: #4cae4f;
--color-5: #007bff;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2e54, #ff6a00, #ffcc00, #4cae4f, #007bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2e54, #ff6a00, #ffcc00, #4cae4f, #007bff);
}

Vibrant Orange color palette created on .