Blue Dunes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Dunes palette

Share this palette to:

Blue Dunes color palette CSS

/* CSS */
.color-1 {
color: #a2c2e7;
}
.color-2 {
color: #4d8d99;
}
.color-3 {
color: #d7c3a3;
}
.color-4 {
color: #d88764;
}
.color-5 {
color: #a85e3e;
}

/* CSS Variables */
:root {
--color-1: #a2c2e7;
--color-2: #4d8d99;
--color-3: #d7c3a3;
--color-4: #d88764;
--color-5: #a85e3e;
}

Blue Dunes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e7, #4d8d99, #d7c3a3, #d88764, #a85e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e7, #4d8d99, #d7c3a3, #d88764, #a85e3e);
}

Blue Dunes color palette created on .