Fortress Sands Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fortress Sands palette

Share this palette to:

Fortress Sands color palette CSS

/* CSS */
.color-1 {
color: #b59c78;
}
.color-2 {
color: #c4b59c;
}
.color-3 {
color: #d2c7a3;
}
.color-4 {
color: #e6d5b7;
}
.color-5 {
color: #d9c8b0;
}

/* CSS Variables */
:root {
--color-1: #b59c78;
--color-2: #c4b59c;
--color-3: #d2c7a3;
--color-4: #e6d5b7;
--color-5: #d9c8b0;
}

Fortress Sands background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59c78, #c4b59c, #d2c7a3, #e6d5b7, #d9c8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59c78, #c4b59c, #d2c7a3, #e6d5b7, #d9c8b0);
}

Fortress Sands color palette created on .