James Potter Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with James Potter palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori James Potter

Download james potter color palette PNG image (landscape)
Download james potter color palette PNG image (square)

tavolozza dei colori James Potter CSS

/* CSS */
.color-1 {
color: #4c3e2f;
}
.color-2 {
color: #9e9e51;
}
.color-3 {
color: #f0e1a3;
}
.color-4 {
color: #5e8d6d;
}
.color-5 {
color: #7d2d2c;
}

/* CSS Variables */
:root {
--color-1: #4c3e2f;
--color-2: #9e9e51;
--color-3: #f0e1a3;
--color-4: #5e8d6d;
--color-5: #7d2d2c;
}

CSS con gradiente di sfondo James Potter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e2f, #9e9e51, #f0e1a3, #5e8d6d, #7d2d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e2f, #9e9e51, #f0e1a3, #5e8d6d, #7d2d2c);
}

James Potter color palette created on .