Paleta de colores Patterson

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Patterson palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Patterson

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

CSS de la paleta de colores Patterson

/* CSS */
.color-1 {
color: #74b2c3;
}
.color-2 {
color: #9dd5e1;
}
.color-3 {
color: #f2e5d4;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #d77f7f;
}

/* CSS Variables */
:root {
--color-1: #74b2c3;
--color-2: #9dd5e1;
--color-3: #f2e5d4;
--color-4: #f9b79f;
--color-5: #d77f7f;
}

CSS del degradado de fondo Patterson

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b2c3, #9dd5e1, #f2e5d4, #f9b79f, #d77f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b2c3, #9dd5e1, #f2e5d4, #f9b79f, #d77f7f);
}

Patterson color palette created on .