90s Pink Aesthetic カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 90s Pink Aesthetic palette
90s Pink Aesthetic カラー パレット PNG 画像
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;
}
90s Pink Aesthetic の背景のグラデーション 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);
}
似たようなカラーパレット
90s Pink Aesthetic color palette created on .