Frosted Serenity Color Palette

Discover the beautiful Frosted Serenity color palette featuring regent st blue (#a9c8e0), link water (#d4e6f2), catskill white (#f1f5f8), pigeon post (#b4c9d9) and wedgewood (#4f7bab).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Winter, Blue, Light, 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 Frosted Serenity palette

Share this palette to:

💻 Frosted Serenity color palette CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #d4e6f2;
}
.color-3 {
color: #f1f5f8;
}
.color-4 {
color: #b4c9d9;
}
.color-5 {
color: #4f7bab;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #d4e6f2;
--color-3: #f1f5f8;
--color-4: #b4c9d9;
--color-5: #4f7bab;
}

🌈 Frosted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #d4e6f2, #f1f5f8, #b4c9d9, #4f7bab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #d4e6f2, #f1f5f8, #b4c9d9, #4f7bab);
}

Frosted Serenity color palette created on .