Lance McClain Color Palette

Discover the beautiful Lance McClain color palette featuring biscay (#1c3e69), wedgewood (#507d9b), glacier (#79b5c3), sandy brown (#f1a650) and valencia (#d85041).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cyan, Fun, Orange, Red, Summer, Teal 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 Lance McClain palette

Share this palette to:

💻 Lance McClain color palette CSS

/* CSS */
.color-1 {
color: #1c3e69;
}
.color-2 {
color: #507d9b;
}
.color-3 {
color: #79b5c3;
}
.color-4 {
color: #f1a650;
}
.color-5 {
color: #d85041;
}

/* CSS Variables */
:root {
--color-1: #1c3e69;
--color-2: #507d9b;
--color-3: #79b5c3;
--color-4: #f1a650;
--color-5: #d85041;
}

🌈 Lance McClain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3e69, #507d9b, #79b5c3, #f1a650, #d85041);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3e69, #507d9b, #79b5c3, #f1a650, #d85041);
}

Lance McClain color palette created on .