Coastal Serenity Palette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Serenity Palette palette

Share this palette to:

Coastal Serenity Palette color palette CSS

/* CSS */
.color-1 {
color: #edd682;
}
.color-2 {
color: #54a3e8;
}
.color-3 {
color: #a67a4e;
}
.color-4 {
color: #3467a2;
}
.color-5 {
color: #24456b;
}

/* CSS Variables */
:root {
--color-1: #edd682;
--color-2: #54a3e8;
--color-3: #a67a4e;
--color-4: #3467a2;
--color-5: #24456b;
}

Coastal Serenity Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd682, #54a3e8, #a67a4e, #3467a2, #24456b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd682, #54a3e8, #a67a4e, #3467a2, #24456b);
}

Similar color palettes

Scroll down to explore 2 Golden color palettes

Coastal Serenity Palette color palette created on .