Penny Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Penny palette

Share this palette to:

Penny color palette PNG image

Download penny color palette PNG image (landscape)
Download penny color palette PNG image (square)

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 .