Sunset Shimmer Color Palette
Discover the beautiful Sunset Shimmer color palette featuring atomic tangerine (#ff9a6a), peach orange (#ffbf93), cream brulee (#ffeaa6), citrine white (#fbf2dd) and heliotrope (#d789ff).
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 Shimmer palette
๐ป Sunset Shimmer color palette CSS
/* CSS */
.color-1 {
color: #ff9a6a;
}
.color-2 {
color: #ffbf93;
}
.color-3 {
color: #ffeaa6;
}
.color-4 {
color: #fbf2dd;
}
.color-5 {
color: #d789ff;
}
/* CSS Variables */
:root {
--color-1: #ff9a6a;
--color-2: #ffbf93;
--color-3: #ffeaa6;
--color-4: #fbf2dd;
--color-5: #d789ff;
} ๐ Sunset Shimmer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9a6a, #ffbf93, #ffeaa6, #fbf2dd, #d789ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9a6a, #ffbf93, #ffeaa6, #fbf2dd, #d789ff);
} ๐ Explore similar color palettes
Sunset Shimmer color palette created on .