Half Baked Inspired Color Palette

Discover the beautiful Half Baked Inspired color palette featuring half baked (#85c4cc), sinbad (#a6d9d4), jagged ice (#bde5e3), cashmere (#e6b798) and mandys pink (#f4c6a9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Teal, Turquoise, Spring, Soft, Summer, Peach, Coral 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 Half Baked Inspired palette

Share this palette to:

💻 Half Baked Inspired color palette CSS

/* CSS */
.color-1 {
color: #85c4cc;
}
.color-2 {
color: #a6d9d4;
}
.color-3 {
color: #bde5e3;
}
.color-4 {
color: #e6b798;
}
.color-5 {
color: #f4c6a9;
}

/* CSS Variables */
:root {
--color-1: #85c4cc;
--color-2: #a6d9d4;
--color-3: #bde5e3;
--color-4: #e6b798;
--color-5: #f4c6a9;
}

🌈 Half Baked Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85c4cc, #a6d9d4, #bde5e3, #e6b798, #f4c6a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85c4cc, #a6d9d4, #bde5e3, #e6b798, #f4c6a9);
}

Half Baked Inspired color palette created on .