Amber Rose Color Palette
Discover the beautiful Amber Rose color palette featuring twine (#c69c6c), wewak (#f1a8a2), di serria (#d79b47), pancho (#e9caa5) and santa fe (#b56b5e).
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 Rose palette
๐ป Amber Rose color palette CSS
/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #d79b47;
}
.color-4 {
color: #e9caa5;
}
.color-5 {
color: #b56b5e;
}
/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #f1a8a2;
--color-3: #d79b47;
--color-4: #e9caa5;
--color-5: #b56b5e;
} ๐ Amber Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #f1a8a2, #d79b47, #e9caa5, #b56b5e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #f1a8a2, #d79b47, #e9caa5, #b56b5e);
} ๐ Explore similar color palettes
Amber Rose color palette created on .