Paleta de colores 90s Pink Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 90s Pink Aesthetic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 90s Pink Aesthetic

Download 90s pink aesthetic color palette PNG image (landscape)
Download 90s pink aesthetic color palette PNG image (square)

CSS de la paleta de colores 90s Pink Aesthetic

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9c8f;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #f8c8b9;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9c8f;
--color-3: #ffb3b3;
--color-4: #f6e48e;
--color-5: #f8c8b9;
}

CSS del degradado de fondo 90s Pink Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9c8f, #ffb3b3, #f6e48e, #f8c8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9c8f, #ffb3b3, #f6e48e, #f8c8b9);
}

90s Pink Aesthetic color palette created on .