Muichiro Bliss Color Palette

Discover the beautiful Muichiro Bliss color palette featuring cello (#1e3f5c), calypso (#296989), viking (#5abfd8), powder blue (#b3e1ea) and we peep (#f0c1e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Fun, Light, Mint, Soft, Spring, Vibrant 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 Muichiro Bliss palette

Share this palette to:

💻 Muichiro Bliss color palette CSS

/* CSS */
.color-1 {
color: #1e3f5c;
}
.color-2 {
color: #296989;
}
.color-3 {
color: #5abfd8;
}
.color-4 {
color: #b3e1ea;
}
.color-5 {
color: #f0c1e1;
}

/* CSS Variables */
:root {
--color-1: #1e3f5c;
--color-2: #296989;
--color-3: #5abfd8;
--color-4: #b3e1ea;
--color-5: #f0c1e1;
}

🌈 Muichiro Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3f5c, #296989, #5abfd8, #b3e1ea, #f0c1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3f5c, #296989, #5abfd8, #b3e1ea, #f0c1e1);
}

Muichiro Bliss color palette created on .