Mount Fuji Color Palette

Discover the beautiful Mount Fuji color palette featuring casper (#b6c8d8), sea pink (#f09ea1), sandwisp (#f6f2a2), hippie blue (#4d9d9c) and persian red (#d03e3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMountain, Spring, Sakura, Pink, Blue, Green, Bright, Red, 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 Mount Fuji palette

Share this palette to:

💻 Mount Fuji color palette CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #f09ea1;
}
.color-3 {
color: #f6f2a2;
}
.color-4 {
color: #4d9d9c;
}
.color-5 {
color: #d03e3e;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #f09ea1;
--color-3: #f6f2a2;
--color-4: #4d9d9c;
--color-5: #d03e3e;
}

🌈 Mount Fuji background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #f09ea1, #f6f2a2, #4d9d9c, #d03e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #f09ea1, #f6f2a2, #4d9d9c, #d03e3e);
}

Mount Fuji color palette created on .