Bittersweet Sunshine Color Palette
Discover the beautiful Bittersweet Sunshine color palette featuring sandy brown (#f1905f), cream can (#f1b95f), yellow green (#a4d76a), ocean green (#4fba8c) and black (#000000).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Bittersweet Sunshine palette
💻 Bittersweet Sunshine color palette CSS
/* CSS */
.color-1 {
color: #f1905f;
}
.color-2 {
color: #f1b95f;
}
.color-3 {
color: #a4d76a;
}
.color-4 {
color: #4fba8c;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #f1905f;
--color-2: #f1b95f;
--color-3: #a4d76a;
--color-4: #4fba8c;
--color-5: #000000;
} 🌈 Bittersweet Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1905f, #f1b95f, #a4d76a, #4fba8c, #000000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1905f, #f1b95f, #a4d76a, #4fba8c, #000000);
} 🔗 Explore similar color palettes
Bittersweet Sunshine color palette created on .