Coastal Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Earthtones palette

Share this palette to:

Coastal Earthtones color palette CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #9d6d5c;
}
.color-3 {
color: #beaf8e;
}
.color-4 {
color: #4a8cb0;
}
.color-5 {
color: #2a5d7e;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #9d6d5c;
--color-3: #beaf8e;
--color-4: #4a8cb0;
--color-5: #2a5d7e;
}

Coastal Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #9d6d5c, #beaf8e, #4a8cb0, #2a5d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #9d6d5c, #beaf8e, #4a8cb0, #2a5d7e);
}

Coastal Earthtones color palette created on .