Sandy Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sandy Beige palette

Share this palette to:

Sandy Beige color palette CSS

/* CSS */
.color-1 {
color: #f5e7a3;
}
.color-2 {
color: #e2c78d;
}
.color-3 {
color: #d1b971;
}
.color-4 {
color: #c0af54;
}
.color-5 {
color: #a88f3e;
}

/* CSS Variables */
:root {
--color-1: #f5e7a3;
--color-2: #e2c78d;
--color-3: #d1b971;
--color-4: #c0af54;
--color-5: #a88f3e;
}

Sandy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e7a3, #e2c78d, #d1b971, #c0af54, #a88f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e7a3, #e2c78d, #d1b971, #c0af54, #a88f3e);
}

Sandy Beige color palette created on .