Penny Color Palette

Discover the beautiful Penny color palette featuring red damask (#e07b38), red damask (#d86c4b), sandy brown (#f1a65b), corvette (#f9c59f) and woody brown (#3d292d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Beach, Bright, Sunset, Coral, Orange, Soft, Spring color palettes and combinations.

๐Ÿ’ก 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 Penny palette

Share this palette to:

๐Ÿ’ป Penny color palette CSS

/* CSS */
.color-1 {
color: #e07b38;
}
.color-2 {
color: #d86c4b;
}
.color-3 {
color: #f1a65b;
}
.color-4 {
color: #f9c59f;
}
.color-5 {
color: #3d292d;
}

/* CSS Variables */
:root {
--color-1: #e07b38;
--color-2: #d86c4b;
--color-3: #f1a65b;
--color-4: #f9c59f;
--color-5: #3d292d;
}

๐ŸŒˆ Penny background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e07b38, #d86c4b, #f1a65b, #f9c59f, #3d292d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e07b38, #d86c4b, #f1a65b, #f9c59f, #3d292d);
}

Penny color palette created on .