Serenity's Coastal Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity's Coastal Embrace palette

Share this palette to:

Serenity's Coastal Embrace color palette CSS

/* CSS */
.color-1 {
color: #aaebee;
}
.color-2 {
color: #d1c1a9;
}
.color-3 {
color: #80c0cb;
}
.color-4 {
color: #69aab5;
}
.color-5 {
color: #91877e;
}

/* CSS Variables */
:root {
--color-1: #aaebee;
--color-2: #d1c1a9;
--color-3: #80c0cb;
--color-4: #69aab5;
--color-5: #91877e;
}

Serenity's Coastal Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aaebee, #d1c1a9, #80c0cb, #69aab5, #91877e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aaebee, #d1c1a9, #80c0cb, #69aab5, #91877e);
}

Similar color palettes

Serenity's Coastal Embrace color palette created on .