Bittersweet Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bittersweet Orange palette

Share this palette to:

Bittersweet Orange color palette CSS

/* CSS */
.color-1 {
color: #ff8280;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffb742;
}
.color-4 {
color: #ffc94d;
}
.color-5 {
color: #ffd966;
}

/* CSS Variables */
:root {
--color-1: #ff8280;
--color-2: #ffa07a;
--color-3: #ffb742;
--color-4: #ffc94d;
--color-5: #ffd966;
}

Bittersweet Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8280, #ffa07a, #ffb742, #ffc94d, #ffd966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8280, #ffa07a, #ffb742, #ffc94d, #ffd966);
}

Bittersweet Orange color palette created on .