Coastal Dune Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Dune palette
Coastal Dune color palette PNG image
Coastal Dune color palette CSS
/* CSS */
.color-1 {
color: #f5f0e0;
}
.color-2 {
color: #e3d5b5;
}
.color-3 {
color: #d1b39f;
}
.color-4 {
color: #c59a6d;
}
.color-5 {
color: #a66c5e;
}
/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #e3d5b5;
--color-3: #d1b39f;
--color-4: #c59a6d;
--color-5: #a66c5e;
}
Coastal Dune background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #e3d5b5, #d1b39f, #c59a6d, #a66c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #e3d5b5, #d1b39f, #c59a6d, #a66c5e);
}
Similar color palettes
Coastal Dune color palette created on .