Kalo Bliss Color Palette

Discover the beautiful Kalo Bliss color palette featuring powder blue (#b0dfe8), half baked (#75c7c4), keppel (#3a9ea1), paradiso (#2a7473) and blue dianne (#1c4f4e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Spring, Tropical 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 Kalo Bliss palette

Share this palette to:

💻 Kalo Bliss color palette CSS

/* CSS */
.color-1 {
color: #b0dfe8;
}
.color-2 {
color: #75c7c4;
}
.color-3 {
color: #3a9ea1;
}
.color-4 {
color: #2a7473;
}
.color-5 {
color: #1c4f4e;
}

/* CSS Variables */
:root {
--color-1: #b0dfe8;
--color-2: #75c7c4;
--color-3: #3a9ea1;
--color-4: #2a7473;
--color-5: #1c4f4e;
}

🌈 Kalo Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0dfe8, #75c7c4, #3a9ea1, #2a7473, #1c4f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0dfe8, #75c7c4, #3a9ea1, #2a7473, #1c4f4e);
}

Kalo Bliss color palette created on .