Boun Color Palette
Discover the beautiful Boun color palette featuring terracotta (#e47063), anzac (#e19548), equator (#e3b95f), de york (#87c3a0) and neptune (#6fb8bd).
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 Boun palette
๐ป Boun color palette CSS
/* CSS */
.color-1 {
color: #e47063;
}
.color-2 {
color: #e19548;
}
.color-3 {
color: #e3b95f;
}
.color-4 {
color: #87c3a0;
}
.color-5 {
color: #6fb8bd;
}
/* CSS Variables */
:root {
--color-1: #e47063;
--color-2: #e19548;
--color-3: #e3b95f;
--color-4: #87c3a0;
--color-5: #6fb8bd;
} ๐ Boun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e47063, #e19548, #e3b95f, #87c3a0, #6fb8bd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e47063, #e19548, #e3b95f, #87c3a0, #6fb8bd);
} ๐ Explore similar color palettes
Boun color palette created on .