Coastal Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Harmony palette

Share this palette to:

Coastal Harmony color palette CSS

/* CSS */
.color-1 {
color: #3f8f9d;
}
.color-2 {
color: #9cc6c9;
}
.color-3 {
color: #f0e2b2;
}
.color-4 {
color: #f6c5b6;
}
.color-5 {
color: #e54c3e;
}

/* CSS Variables */
:root {
--color-1: #3f8f9d;
--color-2: #9cc6c9;
--color-3: #f0e2b2;
--color-4: #f6c5b6;
--color-5: #e54c3e;
}

Coastal Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f8f9d, #9cc6c9, #f0e2b2, #f6c5b6, #e54c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f8f9d, #9cc6c9, #f0e2b2, #f6c5b6, #e54c3e);
}

Coastal Harmony color palette created on .