Bright Coastal Color Palette
Discover the beautiful Bright Coastal color palette featuring matrix (#ab6959), apricot (#e79374), tacao (#f1b884), chalky (#efcf8f) and citrine white (#faf3d1).
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 Bright Coastal palette
๐ป Bright Coastal color palette CSS
/* CSS */
.color-1 {
color: #ab6959;
}
.color-2 {
color: #e79374;
}
.color-3 {
color: #f1b884;
}
.color-4 {
color: #efcf8f;
}
.color-5 {
color: #faf3d1;
}
/* CSS Variables */
:root {
--color-1: #ab6959;
--color-2: #e79374;
--color-3: #f1b884;
--color-4: #efcf8f;
--color-5: #faf3d1;
} ๐ Bright Coastal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab6959, #e79374, #f1b884, #efcf8f, #faf3d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab6959, #e79374, #f1b884, #efcf8f, #faf3d1);
} ๐ Explore similar color palettes
Bright Coastal color palette created on .