Creamed Sandstorm Color Palette
Discover the beautiful Creamed Sandstorm color palette featuring sidecar (#f4e2b8), pancho (#e9caa5), cameo (#d6b49f), quicksand (#c39f8d) and coral tree (#a57969).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Creamed Sandstorm palette
💻 Creamed Sandstorm color palette CSS
/* CSS */
.color-1 {
color: #f4e2b8;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d6b49f;
}
.color-4 {
color: #c39f8d;
}
.color-5 {
color: #a57969;
}
/* CSS Variables */
:root {
--color-1: #f4e2b8;
--color-2: #e9caa5;
--color-3: #d6b49f;
--color-4: #c39f8d;
--color-5: #a57969;
} 🌈 Creamed Sandstorm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b8, #e9caa5, #d6b49f, #c39f8d, #a57969);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b8, #e9caa5, #d6b49f, #c39f8d, #a57969);
} 🔗 Explore similar color palettes
Creamed Sandstorm color palette created on .