Coastal Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Serenity palette

Share this palette to:

Download Coastal Serenity Color Palette (PNG)

Download coastal serenity color palette PNG image (landscape)
Download coastal serenity color palette PNG image (square)

Coastal Serenity color palette CSS

/* CSS */
.color-1 {
color: #596d9b;
}
.color-2 {
color: #899bc2;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #f2b75a;
}

/* CSS Variables */
:root {
--color-1: #596d9b;
--color-2: #899bc2;
--color-3: #a3c7e0;
--color-4: #f2e7a6;
--color-5: #f2b75a;
}

Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d9b, #899bc2, #a3c7e0, #f2e7a6, #f2b75a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d9b, #899bc2, #a3c7e0, #f2e7a6, #f2b75a);
}

Coastal Serenity color palette created on .