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