Coastal Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Breeze palette

Share this palette to:

Coastal Breeze color palette CSS

/* CSS */
.color-1 {
color: #80ccea;
}
.color-2 {
color: #50b2d3;
}
.color-3 {
color: #3b9ab5;
}
.color-4 {
color: #2b809c;
}
.color-5 {
color: #1d4a6d;
}

/* CSS Variables */
:root {
--color-1: #80ccea;
--color-2: #50b2d3;
--color-3: #3b9ab5;
--color-4: #2b809c;
--color-5: #1d4a6d;
}

Coastal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80ccea, #50b2d3, #3b9ab5, #2b809c, #1d4a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80ccea, #50b2d3, #3b9ab5, #2b809c, #1d4a6d);
}

Coastal Breeze color palette created on .