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 PNG image

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: #f6d6c6;
}
.color-2 {
color: #6cc4c6;
}
.color-3 {
color: #a3e1e6;
}
.color-4 {
color: #f2b0a1;
}
.color-5 {
color: #d27d6a;
}

/* CSS Variables */
:root {
--color-1: #f6d6c6;
--color-2: #6cc4c6;
--color-3: #a3e1e6;
--color-4: #f2b0a1;
--color-5: #d27d6a;
}

Coastal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6c6, #6cc4c6, #a3e1e6, #f2b0a1, #d27d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6c6, #6cc4c6, #a3e1e6, #f2b0a1, #d27d6a);
}

Coastal Serenity color palette created on .