Coastal Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Dawn palette

Share this palette to:

Coastal Dawn color palette CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #003d5c;
}
.color-3 {
color: #4e3b31;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #a7d7c0;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #003d5c;
--color-3: #4e3b31;
--color-4: #ff6d1f;
--color-5: #a7d7c0;
}

Coastal Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #003d5c, #4e3b31, #ff6d1f, #a7d7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #003d5c, #4e3b31, #ff6d1f, #a7d7c0);
}

Coastal Dawn color palette created on .