Telemachus Color Palette

Discover the beautiful Telemachus color palette featuring biscay (#1b3a6f), kashmir blue (#4f6c9c), nepal (#86a8c1), botticelli (#c2d4e0) and cream brulee (#ffe7a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Light, Modern, Spring, Summer 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 Telemachus palette

Share this palette to:

💻 Telemachus color palette CSS

/* CSS */
.color-1 {
color: #1b3a6f;
}
.color-2 {
color: #4f6c9c;
}
.color-3 {
color: #86a8c1;
}
.color-4 {
color: #c2d4e0;
}
.color-5 {
color: #ffe7a3;
}

/* CSS Variables */
:root {
--color-1: #1b3a6f;
--color-2: #4f6c9c;
--color-3: #86a8c1;
--color-4: #c2d4e0;
--color-5: #ffe7a3;
}

🌈 Telemachus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3a6f, #4f6c9c, #86a8c1, #c2d4e0, #ffe7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3a6f, #4f6c9c, #86a8c1, #c2d4e0, #ffe7a3);
}

Telemachus color palette created on .