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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Penny color palette created on .