Penny Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Penny palette

Share this palette to:

Download Penny Color Palette (PNG)

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

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);
}

Penny color palette created on .