90s Vibe カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 90s Vibe palette
90s Vibe カラー パレット PNG 画像
90s Vibe カラーパレット CSS
/* CSS */
.color-1 {
color: #f0b7a3;
}
.color-2 {
color: #f1b55b;
}
.color-3 {
color: #a2d959;
}
.color-4 {
color: #6db0ca;
}
.color-5 {
color: #d17b89;
}
/* CSS Variables */
:root {
--color-1: #f0b7a3;
--color-2: #f1b55b;
--color-3: #a2d959;
--color-4: #6db0ca;
--color-5: #d17b89;
}
90s Vibe の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b7a3, #f1b55b, #a2d959, #6db0ca, #d17b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b7a3, #f1b55b, #a2d959, #6db0ca, #d17b89);
}
似たようなカラーパレット
90s Vibe color palette created on .