Ikano Bliss Color Palette

Discover the beautiful Ikano Bliss color palette featuring curious blue (#24a5e5), shamrock (#4dd5b1), cream can (#f7d050), carrot orange (#ee892b) and valencia (#db4d4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Summer, 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 Ikano Bliss palette

Share this palette to:

💻 Ikano Bliss color palette CSS

/* CSS */
.color-1 {
color: #24a5e5;
}
.color-2 {
color: #4dd5b1;
}
.color-3 {
color: #f7d050;
}
.color-4 {
color: #ee892b;
}
.color-5 {
color: #db4d4d;
}

/* CSS Variables */
:root {
--color-1: #24a5e5;
--color-2: #4dd5b1;
--color-3: #f7d050;
--color-4: #ee892b;
--color-5: #db4d4d;
}

🌈 Ikano Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #24a5e5, #4dd5b1, #f7d050, #ee892b, #db4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #24a5e5, #4dd5b1, #f7d050, #ee892b, #db4d4d);
}

Ikano Bliss color palette created on .