Paleta de colores Retro Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Pink palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro Pink

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

CSS de la paleta de colores Retro Pink

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd86b;
}
.color-4 {
color: #6bff6b;
}
.color-5 {
color: #6bffb3;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ff9f6b;
--color-3: #ffd86b;
--color-4: #6bff6b;
--color-5: #6bffb3;
}

CSS del degradado de fondo Retro Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ff9f6b, #ffd86b, #6bff6b, #6bffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ff9f6b, #ffd86b, #6bff6b, #6bffb3);
}

Retro Pink color palette created on .