Frigid Serenity Color Palette

Discover the beautiful Frigid Serenity color palette featuring regent st blue (#a8d3e1), blizzard blue (#b2e3f0), morning glory (#94c8e0), half baked (#7ec0d3) and fountain blue (#5bb4c8).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Aqua, Blue, Bright, Coastal, Cool, 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 Frigid Serenity palette

Share this palette to:

💻 Frigid Serenity color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b2e3f0;
}
.color-3 {
color: #94c8e0;
}
.color-4 {
color: #7ec0d3;
}
.color-5 {
color: #5bb4c8;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e3f0;
--color-3: #94c8e0;
--color-4: #7ec0d3;
--color-5: #5bb4c8;
}

🌈 Frigid Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e3f0, #94c8e0, #7ec0d3, #5bb4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e3f0, #94c8e0, #7ec0d3, #5bb4c8);
}

Frigid Serenity color palette created on .