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: #fcfcfc;
}
.color-3 {
color: #f4f6f5;
}
.color-4 {
color: #d6dcdb;
}
.color-5 {
color: #81c8ea;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #f4f6f5;
--color-4: #d6dcdb;
--color-5: #81c8ea;
}

Serene Coastal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #f4f6f5, #d6dcdb, #81c8ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #f4f6f5, #d6dcdb, #81c8ea);
}

Similar color palettes

Scroll down to explore 2 White color palettes

Serene Coastal Breeze color palette created on .