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: #d9cba0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #7db1d4;
}
.color-4 {
color: #5894b6;
}
.color-5 {
color: #3c6e9a;
}

/* CSS Variables */
:root {
--color-1: #d9cba0;
--color-2: #a3c7e0;
--color-3: #7db1d4;
--color-4: #5894b6;
--color-5: #3c6e9a;
}

Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cba0, #a3c7e0, #7db1d4, #5894b6, #3c6e9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cba0, #a3c7e0, #7db1d4, #5894b6, #3c6e9a);
}

Coastal Serenity color palette created on .