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: #c4d9d2;
}
.color-2 {
color: #bcd2d2;
}
.color-3 {
color: #bcd0d2;
}
.color-4 {
color: #99b4cc;
}
.color-5 {
color: #d6a543;
}

/* CSS Variables */
:root {
--color-1: #c4d9d2;
--color-2: #bcd2d2;
--color-3: #bcd0d2;
--color-4: #99b4cc;
--color-5: #d6a543;
}

Serene Coastal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d9d2, #bcd2d2, #bcd0d2, #99b4cc, #d6a543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d9d2, #bcd2d2, #bcd0d2, #99b4cc, #d6a543);
}

Serene Coastal Breeze color palette created on .