Bright Coastal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Coastal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bright Coastal Color Palette (PNG)
Bright Coastal color palette CSS
/* CSS */
.color-1 {
color: #ab6959;
}
.color-2 {
color: #e79273;
}
.color-3 {
color: #f1b883;
}
.color-4 {
color: #efcf8f;
}
.color-5 {
color: #faf3d1;
}
/* CSS Variables */
:root {
--color-1: #ab6959;
--color-2: #e79273;
--color-3: #f1b883;
--color-4: #efcf8f;
--color-5: #faf3d1;
}
Bright Coastal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab6959, #e79273, #f1b883, #efcf8f, #faf3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab6959, #e79273, #f1b883, #efcf8f, #faf3d1);
}
Similar color palettes
Bright Coastal color palette created on .