Old Coast Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Old Coast palette

Share this palette to:

Old Coast color palette CSS

/* CSS */
.color-1 {
color: #daa44e;
}
.color-2 {
color: #b47a3c;
}
.color-3 {
color: #6a4e39;
}
.color-4 {
color: #3c396a;
}
.color-5 {
color: #5b7a8f;
}

/* CSS Variables */
:root {
--color-1: #daa44e;
--color-2: #b47a3c;
--color-3: #6a4e39;
--color-4: #3c396a;
--color-5: #5b7a8f;
}

Old Coast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa44e, #b47a3c, #6a4e39, #3c396a, #5b7a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa44e, #b47a3c, #6a4e39, #3c396a, #5b7a8f);
}

Old Coast color palette created on .