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: #fafeff;
}
.color-2 {
color: #e3fafd;
}
.color-3 {
color: #d1f6fa;
}
.color-4 {
color: #fccd40;
}
.color-5 {
color: #817c74;
}

/* CSS Variables */
:root {
--color-1: #fafeff;
--color-2: #e3fafd;
--color-3: #d1f6fa;
--color-4: #fccd40;
--color-5: #817c74;
}

Serene Coastal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafeff, #e3fafd, #d1f6fa, #fccd40, #817c74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafeff, #e3fafd, #d1f6fa, #fccd40, #817c74);
}

Serene Coastal Breeze color palette created on .