Warm Amber Color Palette
Discover the beautiful Warm Amber color palette featuring hokey pokey (#d69b2e), ronchi (#e7bb4b), cream can (#f3c268), marzipan (#f7d988) and marzipan (#f9e49f).
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 Warm Amber palette
๐ป Warm Amber color palette CSS
/* CSS */
.color-1 {
color: #d69b2e;
}
.color-2 {
color: #e7bb4b;
}
.color-3 {
color: #f3c268;
}
.color-4 {
color: #f7d988;
}
.color-5 {
color: #f9e49f;
}
/* CSS Variables */
:root {
--color-1: #d69b2e;
--color-2: #e7bb4b;
--color-3: #f3c268;
--color-4: #f7d988;
--color-5: #f9e49f;
} ๐ Warm Amber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69b2e, #e7bb4b, #f3c268, #f7d988, #f9e49f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69b2e, #e7bb4b, #f3c268, #f7d988, #f9e49f);
} ๐ Explore similar color palettes
Warm Amber color palette created on .