Serene Coastal Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Coastal Breeze palette

Share this palette to:

Serene Coastal Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d9f7f4;
}
.color-3 {
color: #97deed;
}
.color-4 {
color: #a9b8c1;
}
.color-5 {
color: #63a3c5;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d9f7f4;
--color-3: #97deed;
--color-4: #a9b8c1;
--color-5: #63a3c5;
}

Serene Coastal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d9f7f4, #97deed, #a9b8c1, #63a3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d9f7f4, #97deed, #a9b8c1, #63a3c5);
}

Similar color palettes

Serene Coastal Breeze color palette created on .