Amber Shoreline Color Palette

Brightness

Saturation

Warmth

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 .