Pure Sand Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pure Sand palette

Share this palette to:

Pure Sand color palette PNG image

Download pure sand color palette PNG image (landscape)
Download pure sand color palette PNG image (square)

Pure Sand color palette CSS

/* CSS */
.color-1 {
color: #f7f3ee;
}
.color-2 {
color: #f4ede7;
}
.color-3 {
color: #f0e7e0;
}
.color-4 {
color: #ede1d9;
}
.color-5 {
color: #ebded6;
}

/* CSS Variables */
:root {
--color-1: #f7f3ee;
--color-2: #f4ede7;
--color-3: #f0e7e0;
--color-4: #ede1d9;
--color-5: #ebded6;
}

Pure Sand background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}

Pure Sand color palette created on .