Bittersweet Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bittersweet Shades palette

Share this palette to:

Bittersweet Shades color palette CSS

/* CSS */
.color-1 {
color: #ff7c6b;
}
.color-2 {
color: #ffcba3;
}
.color-3 {
color: #ffd9b8;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff7c6b;
--color-2: #ffcba3;
--color-3: #ffd9b8;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

Bittersweet Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7c6b, #ffcba3, #ffd9b8, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7c6b, #ffcba3, #ffd9b8, #ffb84d, #ff6e61);
}

Bittersweet Shades color palette created on .