90s Pink Aesthetic Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 90s Pink Aesthetic palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 90s Pink Aesthetic

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

tavolozza dei colori 90s Pink Aesthetic CSS

/* 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 con gradiente di sfondo 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 .