Coastal Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Serenity palette

Share this palette to:

Coastal Serenity color palette CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #4c707b;
}
.color-3 {
color: #a0b1a0;
}
.color-4 {
color: #d7c59d;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #4c707b;
--color-3: #a0b1a0;
--color-4: #d7c59d;
--color-5: #e9b79f;
}

Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #4c707b, #a0b1a0, #d7c59d, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #4c707b, #a0b1a0, #d7c59d, #e9b79f);
}

Coastal Serenity color palette created on .