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: #f1dfb7;
}
.color-2 {
color: #e3c5a1;
}
.color-3 {
color: #e6b798;
}
.color-4 {
color: #d68b6b;
}
.color-5 {
color: #c45d4f;
}

/* CSS Variables */
:root {
--color-1: #f1dfb7;
--color-2: #e3c5a1;
--color-3: #e6b798;
--color-4: #d68b6b;
--color-5: #c45d4f;
}

Sandy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1dfb7, #e3c5a1, #e6b798, #d68b6b, #c45d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1dfb7, #e3c5a1, #e6b798, #d68b6b, #c45d4f);
}

Sandy Beige color palette created on .