Paleta de colores Retro Polaroid

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Polaroid palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro Polaroid

Download retro polaroid color palette PNG image (landscape)
Download retro polaroid color palette PNG image (square)

CSS de la paleta de colores Retro Polaroid

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #e4b321;
}
.color-3 {
color: #c80e24;
}
.color-4 {
color: #f2e6d9;
}
.color-5 {
color: #7e4b8b;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #e4b321;
--color-3: #c80e24;
--color-4: #f2e6d9;
--color-5: #7e4b8b;
}

CSS del degradado de fondo Retro Polaroid

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #e4b321, #c80e24, #f2e6d9, #7e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #e4b321, #c80e24, #f2e6d9, #7e4b8b);
}

Retro Polaroid color palette created on .