Penny Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Penny palette
Color Inspiration
Images that showcase this color palette in real designs
Download Penny Color Palette (PNG)
Penny color palette CSS
/* CSS */
.color-1 {
color: #c66e3f;
}
.color-2 {
color: #e6a15c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f8e9aa;
}
.color-5 {
color: #f6baa7;
}
/* CSS Variables */
:root {
--color-1: #c66e3f;
--color-2: #e6a15c;
--color-3: #f1c84b;
--color-4: #f8e9aa;
--color-5: #f6baa7;
}
Penny background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c66e3f, #e6a15c, #f1c84b, #f8e9aa, #f6baa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c66e3f, #e6a15c, #f1c84b, #f8e9aa, #f6baa7);
}
Similar color palettes
Penny color palette created on .