Coastal Driftwood Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Driftwood Harmony palette

Share this palette to:

Coastal Driftwood Harmony color palette CSS

/* CSS */
.color-1 {
color: #f0e8db;
}
.color-2 {
color: #d3b28d;
}
.color-3 {
color: #c58e5e;
}
.color-4 {
color: #1a8acb;
}
.color-5 {
color: #777050;
}

/* CSS Variables */
:root {
--color-1: #f0e8db;
--color-2: #d3b28d;
--color-3: #c58e5e;
--color-4: #1a8acb;
--color-5: #777050;
}

Coastal Driftwood Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e8db, #d3b28d, #c58e5e, #1a8acb, #777050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e8db, #d3b28d, #c58e5e, #1a8acb, #777050);
}

Coastal Driftwood Harmony color palette created on .