Sandy Shores Color Palette

Discover the beautiful Sandy Shores color palette featuring wheat (#f2d8b0), tumbleweed (#e1b07f), di serria (#d8a45a), tussock (#c78e3d) and casablanca (#f6b74c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Gold, Warm, Bright color palettes and combinations.

💡 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 Sandy Shores palette

Share this palette to:

💻 Sandy Shores color palette CSS

/* CSS */
.color-1 {
color: #f2d8b0;
}
.color-2 {
color: #e1b07f;
}
.color-3 {
color: #d8a45a;
}
.color-4 {
color: #c78e3d;
}
.color-5 {
color: #f6b74c;
}

/* CSS Variables */
:root {
--color-1: #f2d8b0;
--color-2: #e1b07f;
--color-3: #d8a45a;
--color-4: #c78e3d;
--color-5: #f6b74c;
}

🌈 Sandy Shores background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d8b0, #e1b07f, #d8a45a, #c78e3d, #f6b74c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d8b0, #e1b07f, #d8a45a, #c78e3d, #f6b74c);
}

Sandy Shores color palette created on .