Bittersweet Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bittersweet Sunshine palette

Share this palette to:

Bittersweet Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f6a85a;
}
.color-3 {
color: #f57a38;
}
.color-4 {
color: #d75b3c;
}
.color-5 {
color: #8a4c89;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f6a85a;
--color-3: #f57a38;
--color-4: #d75b3c;
--color-5: #8a4c89;
}

Bittersweet Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f6a85a, #f57a38, #d75b3c, #8a4c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f6a85a, #f57a38, #d75b3c, #8a4c89);
}

Bittersweet Sunshine color palette created on .