Twilight Blossom Color Palette
Discover the beautiful Twilight Blossom color palette featuring mirage (#1c203b), bittersweet (#ff6e61), saffron mango (#f9c54e), white (#ffffff) and mulled wine (#4b4e6c).
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 Twilight Blossom palette
๐ป Twilight Blossom color palette CSS
/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #4b4e6c;
}
/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #ff6e61;
--color-3: #f9c54e;
--color-4: #ffffff;
--color-5: #4b4e6c;
} ๐ Twilight Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #ff6e61, #f9c54e, #ffffff, #4b4e6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #ff6e61, #f9c54e, #ffffff, #4b4e6c);
} ๐ Explore similar color palettes
Twilight Blossom color palette created on .