Coastal Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Elegance palette
Coastal Elegance color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #a0d9d3;
}
.color-3 {
color: #f1b24b;
}
.color-4 {
color: #e07c3e;
}
.color-5 {
color: #e04f38;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #a0d9d3;
--color-3: #f1b24b;
--color-4: #e07c3e;
--color-5: #e04f38;
}
Coastal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #a0d9d3, #f1b24b, #e07c3e, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #a0d9d3, #f1b24b, #e07c3e, #e04f38);
}
Similar color palettes
Coastal Elegance color palette created on .