Soft Coastal Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Coastal Breeze palette

Share this palette to:

Soft Coastal Breeze color palette PNG image

Download soft coastal breeze color palette PNG image (landscape)
Download soft coastal breeze color palette PNG image (square)

Soft Coastal Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3d3d3;
}
.color-3 {
color: #b5e3e3;
}
.color-4 {
color: #a2e7e7;
}
.color-5 {
color: #f1f1e4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3d3d3;
--color-3: #b5e3e3;
--color-4: #a2e7e7;
--color-5: #f1f1e4;
}

Soft Coastal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3d3d3, #b5e3e3, #a2e7e7, #f1f1e4);
}

Soft Coastal Breeze color palette created on .