Bittersweet Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bittersweet Hues palette

Share this palette to:

Bittersweet Hues color palette CSS

/* CSS */
.color-1 {
color: #ff7c6b;
}
.color-2 {
color: #ffb699;
}
.color-3 {
color: #ffe2b3;
}
.color-4 {
color: #ffd36b;
}
.color-5 {
color: #ff4d3d;
}

/* CSS Variables */
:root {
--color-1: #ff7c6b;
--color-2: #ffb699;
--color-3: #ffe2b3;
--color-4: #ffd36b;
--color-5: #ff4d3d;
}

Bittersweet Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7c6b, #ffb699, #ffe2b3, #ffd36b, #ff4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7c6b, #ffb699, #ffe2b3, #ffd36b, #ff4d3d);
}

Bittersweet Hues color palette created on .