Amber Shoreline Color Palette

Discover the beautiful Amber Shoreline color palette featuring web orange (#f5a300), casablanca (#f6c34c), goldenrod (#f8d072), peach yellow (#f9e5a4) and banana mania (#fce1b6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beach, Bright, Spring, Sun 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 Amber Shoreline palette

Share this palette to:

๐Ÿ’ป Amber Shoreline color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6c34c;
}
.color-3 {
color: #f8d072;
}
.color-4 {
color: #f9e5a4;
}
.color-5 {
color: #fce1b6;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6c34c;
--color-3: #f8d072;
--color-4: #f9e5a4;
--color-5: #fce1b6;
}

๐ŸŒˆ Amber Shoreline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6c34c, #f8d072, #f9e5a4, #fce1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6c34c, #f8d072, #f9e5a4, #fce1b6);
}

Amber Shoreline color palette created on .