Paleta de colores Retro Red & Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Red & Pink palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro Red & Pink

Download retro red & pink color palette PNG image (landscape)
Download retro red & pink color palette PNG image (square)

CSS de la paleta de colores Retro Red & Pink

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9e9e;
}
.color-4 {
color: #ff4d7f;
}
.color-5 {
color: #c70038;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6e61;
--color-3: #ff9e9e;
--color-4: #ff4d7f;
--color-5: #c70038;
}

CSS del degradado de fondo Retro Red & Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6e61, #ff9e9e, #ff4d7f, #c70038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6e61, #ff9e9e, #ff4d7f, #c70038);
}

Retro Red & Pink color palette created on .