Boxten Color Palette
Discover the beautiful Boxten color palette featuring periwinkle gray (#c7d2e6), regent st blue (#a9c3e0), danube (#699dce), steel blue (#4c8bb8) and matisse (#1f5c8e).
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 Boxten palette
💻 Boxten color palette CSS
/* CSS */
.color-1 {
color: #c7d2e6;
}
.color-2 {
color: #a9c3e0;
}
.color-3 {
color: #699dce;
}
.color-4 {
color: #4c8bb8;
}
.color-5 {
color: #1f5c8e;
}
/* CSS Variables */
:root {
--color-1: #c7d2e6;
--color-2: #a9c3e0;
--color-3: #699dce;
--color-4: #4c8bb8;
--color-5: #1f5c8e;
} 🌈 Boxten background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d2e6, #a9c3e0, #699dce, #4c8bb8, #1f5c8e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d2e6, #a9c3e0, #699dce, #4c8bb8, #1f5c8e);
} 🔗 Explore similar color palettes
Boxten color palette created on .