Deep Thought Color Palette

Discover the beautiful Deep Thought color palette featuring chambray (#3b5b91), horizon (#5b8095), de york (#90c08c), new orleans (#f2dfa1) and hokey pokey (#d19929).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Deep, Earthy, Green, Intelligent, Soft, Spring, Thoughtful, Warm 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 Deep Thought palette

Share this palette to:

💻 Deep Thought color palette CSS

/* CSS */
.color-1 {
color: #3b5b91;
}
.color-2 {
color: #5b8095;
}
.color-3 {
color: #90c08c;
}
.color-4 {
color: #f2dfa1;
}
.color-5 {
color: #d19929;
}

/* CSS Variables */
:root {
--color-1: #3b5b91;
--color-2: #5b8095;
--color-3: #90c08c;
--color-4: #f2dfa1;
--color-5: #d19929;
}

🌈 Deep Thought background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b91, #5b8095, #90c08c, #f2dfa1, #d19929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b91, #5b8095, #90c08c, #f2dfa1, #d19929);
}

Deep Thought color palette created on .