Foggywish Color Palette

Discover the beautiful Foggywish color palette featuring casper (#b6c8d8), rock blue (#a1b6c9), catskill white (#e0e9f0), pigeon post (#a7c9d7) and smalt blue (#4a7c8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Blue, Teal, Mint, Sage, 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 Foggywish palette

Share this palette to:

💻 Foggywish color palette CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #a1b6c9;
}
.color-3 {
color: #e0e9f0;
}
.color-4 {
color: #a7c9d7;
}
.color-5 {
color: #4a7c8c;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a1b6c9;
--color-3: #e0e9f0;
--color-4: #a7c9d7;
--color-5: #4a7c8c;
}

🌈 Foggywish background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a1b6c9, #e0e9f0, #a7c9d7, #4a7c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a1b6c9, #e0e9f0, #a7c9d7, #4a7c8c);
}

Foggywish color palette created on .