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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Coral, Spring, Summer color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Celestial Dawn color palette created on .