Coastal Calm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Calm palette

Share this palette to:

Download Coastal Calm Color Palette (PNG)

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

Coastal Calm color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #6cdfe5;
}
.color-3 {
color: #9c7c7c;
}
.color-4 {
color: #2e2b00;
}
.color-5 {
color: #ffebc7;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #6cdfe5;
--color-3: #9c7c7c;
--color-4: #2e2b00;
--color-5: #ffebc7;
}

Coastal Calm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #6cdfe5, #9c7c7c, #2e2b00, #ffebc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #6cdfe5, #9c7c7c, #2e2b00, #ffebc7);
}

Similar color palettes

Coastal Calm color palette created on .