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: #ead8b3;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #a46d60;
}
.color-4 {
color: #c1a58b;
}
.color-5 {
color: #a79a7b;
}

/* CSS Variables */
:root {
--color-1: #ead8b3;
--color-2: #b6c8d8;
--color-3: #a46d60;
--color-4: #c1a58b;
--color-5: #a79a7b;
}

Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead8b3, #b6c8d8, #a46d60, #c1a58b, #a79a7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead8b3, #b6c8d8, #a46d60, #c1a58b, #a79a7b);
}

Coastal Serenity color palette created on .