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 CSS

/* CSS */
.color-1 {
color: #fef7ec;
}
.color-2 {
color: #fef0e1;
}
.color-3 {
color: #fde7d3;
}
.color-4 {
color: #fcdfc5;
}
.color-5 {
color: #fbd6bc;
}

/* CSS Variables */
:root {
--color-1: #fef7ec;
--color-2: #fef0e1;
--color-3: #fde7d3;
--color-4: #fcdfc5;
--color-5: #fbd6bc;
}

Pure Sand background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef7ec, #fef0e1, #fde7d3, #fcdfc5, #fbd6bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef7ec, #fef0e1, #fde7d3, #fcdfc5, #fbd6bc);
}

Pure Sand color palette created on .