Celestial Dawn Color Palette
Discover the beautiful Celestial Dawn color palette featuring bittersweet (#ff6e61), atomic tangerine (#ff9a5c), chardonnay (#ffcc85), sandwisp (#f2f29c) and anakiwa (#8ad2ff).
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 Celestial Dawn palette
๐ป Celestial Dawn color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffcc85;
}
.color-4 {
color: #f2f29c;
}
.color-5 {
color: #8ad2ff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #ffcc85;
--color-4: #f2f29c;
--color-5: #8ad2ff;
} ๐ Celestial Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #ffcc85, #f2f29c, #8ad2ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #ffcc85, #f2f29c, #8ad2ff);
} ๐ Explore similar color palettes
Celestial Dawn color palette created on .