Sunset Bliss Color Palette
Discover the beautiful Sunset Bliss color palette featuring petite orchid (#e0a49a), rose bud (#f7b2a1), manhattan (#f3c5a0), maize (#f4d59f) and marzipan (#f8e2a0).
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 Sunset Bliss palette
๐ป Sunset Bliss color palette CSS
/* CSS */
.color-1 {
color: #e0a49a;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f3c5a0;
}
.color-4 {
color: #f4d59f;
}
.color-5 {
color: #f8e2a0;
}
/* CSS Variables */
:root {
--color-1: #e0a49a;
--color-2: #f7b2a1;
--color-3: #f3c5a0;
--color-4: #f4d59f;
--color-5: #f8e2a0;
} ๐ Sunset Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a49a, #f7b2a1, #f3c5a0, #f4d59f, #f8e2a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a49a, #f7b2a1, #f3c5a0, #f4d59f, #f8e2a0);
} ๐ Explore similar color palettes
Sunset Bliss color palette created on .