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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Amber Shoreline color palette created on .