Patterson Color Palette

Discover the beautiful Patterson color palette featuring glacier (#74b2c3), morning glory (#9dd5e1), parchment (#f2e5d4), rose bud (#f9b79f) and new york pink (#d77f7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Coastal, Coral, Peach, Tropical, Vibrant 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 Patterson palette

Share this palette to:

💻 Patterson color palette CSS

/* CSS */
.color-1 {
color: #74b2c3;
}
.color-2 {
color: #9dd5e1;
}
.color-3 {
color: #f2e5d4;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #d77f7f;
}

/* CSS Variables */
:root {
--color-1: #74b2c3;
--color-2: #9dd5e1;
--color-3: #f2e5d4;
--color-4: #f9b79f;
--color-5: #d77f7f;
}

🌈 Patterson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b2c3, #9dd5e1, #f2e5d4, #f9b79f, #d77f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b2c3, #9dd5e1, #f2e5d4, #f9b79f, #d77f7f);
}

Patterson color palette created on .