Caleb Widogast Color Palette

Discover the beautiful Caleb Widogast color palette featuring smalt blue (#4c908f), sinbad (#a7d7d3), parchment (#efe6d2), tacao (#e8ab7d) and japonica (#d66e5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Boho, Bright, Coastal, Earthy, Green, Orange, Soft, 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 Caleb Widogast palette

Share this palette to:

💻 Caleb Widogast color palette CSS

/* CSS */
.color-1 {
color: #4c908f;
}
.color-2 {
color: #a7d7d3;
}
.color-3 {
color: #efe6d2;
}
.color-4 {
color: #e8ab7d;
}
.color-5 {
color: #d66e5c;
}

/* CSS Variables */
:root {
--color-1: #4c908f;
--color-2: #a7d7d3;
--color-3: #efe6d2;
--color-4: #e8ab7d;
--color-5: #d66e5c;
}

🌈 Caleb Widogast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908f, #a7d7d3, #efe6d2, #e8ab7d, #d66e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908f, #a7d7d3, #efe6d2, #e8ab7d, #d66e5c);
}

Caleb Widogast color palette created on .