Tomboy Color Palette

Discover the beautiful Tomboy color palette featuring cello (#1c3e5a), calypso (#3b7997), tradewind (#5db6b6), conifer (#a3d55d) and di serria (#daa44e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Green, Modern, Summer, Teal, Vibrant, Yellow 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 Tomboy palette

Share this palette to:

💻 Tomboy color palette CSS

/* CSS */
.color-1 {
color: #1c3e5a;
}
.color-2 {
color: #3b7997;
}
.color-3 {
color: #5db6b6;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #daa44e;
}

/* CSS Variables */
:root {
--color-1: #1c3e5a;
--color-2: #3b7997;
--color-3: #5db6b6;
--color-4: #a3d55d;
--color-5: #daa44e;
}

🌈 Tomboy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3e5a, #3b7997, #5db6b6, #a3d55d, #daa44e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3e5a, #3b7997, #5db6b6, #a3d55d, #daa44e);
}

Tomboy color palette created on .