Celestial Serenade Color Palette

Discover the beautiful Celestial Serenade color palette featuring dawn pink (#f1e4e4), botticelli (#c5d7e2), cornflower (#89b7e1), shakespeare (#4d9dd5) and matisse (#1e6c99).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Light, Spring 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 Serenade palette

Share this palette to:

💻 Celestial Serenade color palette CSS

/* CSS */
.color-1 {
color: #f1e4e4;
}
.color-2 {
color: #c5d7e2;
}
.color-3 {
color: #89b7e1;
}
.color-4 {
color: #4d9dd5;
}
.color-5 {
color: #1e6c99;
}

/* CSS Variables */
:root {
--color-1: #f1e4e4;
--color-2: #c5d7e2;
--color-3: #89b7e1;
--color-4: #4d9dd5;
--color-5: #1e6c99;
}

🌈 Celestial Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e4e4, #c5d7e2, #89b7e1, #4d9dd5, #1e6c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e4e4, #c5d7e2, #89b7e1, #4d9dd5, #1e6c99);
}

Celestial Serenade color palette created on .