Fawn Rockabye Color Palette
Discover the beautiful Fawn Rockabye color palette featuring porsche (#e6af73), whiskey (#d0a461), roti (#c2a451), sycamore (#aa923c) and pesto (#7b7534).
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 Fawn Rockabye palette
๐ป Fawn Rockabye color palette CSS
/* CSS */
.color-1 {
color: #e6af73;
}
.color-2 {
color: #d0a461;
}
.color-3 {
color: #c2a451;
}
.color-4 {
color: #aa923c;
}
.color-5 {
color: #7b7534;
}
/* CSS Variables */
:root {
--color-1: #e6af73;
--color-2: #d0a461;
--color-3: #c2a451;
--color-4: #aa923c;
--color-5: #7b7534;
} ๐ Fawn Rockabye background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6af73, #d0a461, #c2a451, #aa923c, #7b7534);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6af73, #d0a461, #c2a451, #aa923c, #7b7534);
} ๐ Explore similar color palettes
Fawn Rockabye color palette created on .