Paleta de colores Penny

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Penny palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Penny

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

CSS de la paleta de colores Penny

/* 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;
}

CSS del degradado de fondo Penny

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

Penny color palette created on .