Paleta de colores James Potter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with James Potter palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores James Potter

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

CSS de la paleta de colores James Potter

/* 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 del degradado de fondo 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 .