Cool Dawn Color Palette

Discover the beautiful Cool Dawn color palette featuring casper (#a2b6c8), wild blue yonder (#748baf), kashmir blue (#4d6c93), san juan (#2c4a6d) and cloud burst (#1b294b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright Summer, Earthy, Light Winter, Modern, Soft 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 Cool Dawn palette

Share this palette to:

💻 Cool Dawn color palette CSS

/* CSS */
.color-1 {
color: #a2b6c8;
}
.color-2 {
color: #748baf;
}
.color-3 {
color: #4d6c93;
}
.color-4 {
color: #2c4a6d;
}
.color-5 {
color: #1b294b;
}

/* CSS Variables */
:root {
--color-1: #a2b6c8;
--color-2: #748baf;
--color-3: #4d6c93;
--color-4: #2c4a6d;
--color-5: #1b294b;
}

🌈 Cool Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b6c8, #748baf, #4d6c93, #2c4a6d, #1b294b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b6c8, #748baf, #4d6c93, #2c4a6d, #1b294b);
}

Cool Dawn color palette created on .