FrostFeather Color Palette

Discover the beautiful FrostFeather color palette featuring regent st blue (#a4c8df), tropical blue (#b7e3f5), catskill white (#f1f7f9), peach yellow (#f9d6ae) and geraldine (#f5908e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Cream, Light, Spring, Teal, Tropical, White 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 FrostFeather palette

Share this palette to:

💻 FrostFeather color palette CSS

/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #b7e3f5;
}
.color-3 {
color: #f1f7f9;
}
.color-4 {
color: #f9d6ae;
}
.color-5 {
color: #f5908e;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #b7e3f5;
--color-3: #f1f7f9;
--color-4: #f9d6ae;
--color-5: #f5908e;
}

🌈 FrostFeather background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #b7e3f5, #f1f7f9, #f9d6ae, #f5908e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #b7e3f5, #f1f7f9, #f9d6ae, #f5908e);
}

FrostFeather color palette created on .