Celestial Frost Color Palette

Discover the beautiful Celestial Frost color palette featuring port gore (#1a1f3d), east bay (#4b4f7c), bermuda gray (#7b89a3), pigeon post (#a3c2db) and iceberg (#e4f3f7).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Celestial Frost color palette CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b4f7c;
}
.color-3 {
color: #7b89a3;
}
.color-4 {
color: #a3c2db;
}
.color-5 {
color: #e4f3f7;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b4f7c;
--color-3: #7b89a3;
--color-4: #a3c2db;
--color-5: #e4f3f7;
}

🌈 Celestial Frost background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b4f7c, #7b89a3, #a3c2db, #e4f3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b4f7c, #7b89a3, #a3c2db, #e4f3f7);
}

Celestial Frost color palette created on .