90s Pink Aesthetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 90s Pink Aesthetic palette
90s Pink Aesthetic color palette PNG image
90s Pink Aesthetic color palette 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;
}
90s Pink Aesthetic background gradient CSS
/* 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);
}
Similar color palettes
90s Pink Aesthetic color palette created on .