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