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