Blond in Blue Color Palette
Discover the beautiful Blond in Blue color palette featuring khaki (#f0e78e), regent st blue (#a2c1e2), danube (#6aa2c8), boston blue (#3c8caf) and matisse (#1e6f8f).
Brightness
Saturation
Warmth
💡 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 Blond in Blue palette
💻 Blond in Blue color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #a2c1e2;
}
.color-3 {
color: #6aa2c8;
}
.color-4 {
color: #3c8caf;
}
.color-5 {
color: #1e6f8f;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #a2c1e2;
--color-3: #6aa2c8;
--color-4: #3c8caf;
--color-5: #1e6f8f;
} 🌈 Blond in Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #a2c1e2, #6aa2c8, #3c8caf, #1e6f8f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #a2c1e2, #6aa2c8, #3c8caf, #1e6f8f);
} 🔗 Explore similar color palettes
Blond in Blue color palette created on .