Amber Spring Color Palette
Discover the beautiful Amber Spring color palette featuring jaffa (#ef853e), casablanca (#f9a94e), portica (#f7d76e), primrose (#f0efa3) and stark white (#dfd9b9).
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 Spring palette
๐ป Amber Spring color palette CSS
/* CSS */
.color-1 {
color: #ef853e;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f7d76e;
}
.color-4 {
color: #f0efa3;
}
.color-5 {
color: #dfd9b9;
}
/* CSS Variables */
:root {
--color-1: #ef853e;
--color-2: #f9a94e;
--color-3: #f7d76e;
--color-4: #f0efa3;
--color-5: #dfd9b9;
} ๐ Amber Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef853e, #f9a94e, #f7d76e, #f0efa3, #dfd9b9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef853e, #f9a94e, #f7d76e, #f0efa3, #dfd9b9);
} ๐ Explore similar color palettes
Amber Spring color palette created on .