Dean Color Palette
Discover the beautiful Dean color palette featuring hippie blue (#699bba), jungle mist (#b6d0d3), wheat (#f1e1a7), corvette (#f9c09f) and tonys pink (#e69a8e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Aqua, Soft, Light, Bright, Summer, Beach, Light Spring 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 Dean palette
💻 Dean color palette CSS
/* CSS */
.color-1 {
color: #699bba;
}
.color-2 {
color: #b6d0d3;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #f9c09f;
}
.color-5 {
color: #e69a8e;
}
/* CSS Variables */
:root {
--color-1: #699bba;
--color-2: #b6d0d3;
--color-3: #f1e1a7;
--color-4: #f9c09f;
--color-5: #e69a8e;
}
🌈 Dean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699bba, #b6d0d3, #f1e1a7, #f9c09f, #e69a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699bba, #b6d0d3, #f1e1a7, #f9c09f, #e69a8e);
}
🔗 Explore similar color palettes
Dean color palette created on .