Modern Coastal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Modern Coastal palette

Share this palette to:

Modern Coastal color palette PNG image

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

Modern Coastal color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #f7f7f7;
}
.color-3 {
color: #5b8b84;
}
.color-4 {
color: #9cd3c4;
}
.color-5 {
color: #db6e14;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #f7f7f7;
--color-3: #5b8b84;
--color-4: #9cd3c4;
--color-5: #db6e14;
}

Modern Coastal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #f7f7f7, #5b8b84, #9cd3c4, #db6e14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #f7f7f7, #5b8b84, #9cd3c4, #db6e14);
}

Modern Coastal color palette created on .