Penny Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Penny palette
Penny color palette PNG image
Penny color palette CSS
/* CSS */
.color-1 {
color: #e57e3e;
}
.color-2 {
color: #f9b548;
}
.color-3 {
color: #f9d180;
}
.color-4 {
color: #f3e8b4;
}
.color-5 {
color: #c7b8b3;
}
/* CSS Variables */
:root {
--color-1: #e57e3e;
--color-2: #f9b548;
--color-3: #f9d180;
--color-4: #f3e8b4;
--color-5: #c7b8b3;
}
Penny background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e57e3e, #f9b548, #f9d180, #f3e8b4, #c7b8b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e57e3e, #f9b548, #f9d180, #f3e8b4, #c7b8b3);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Penny color palette created on .