80s Gold Cool Gray カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 80s Gold Cool Gray palette
80s Gold Cool Gray カラーパレット CSS
/* CSS */
.color-1 {
color: #b99b5b;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #d3c0a6;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #c9b29c;
}
/* CSS Variables */
:root {
--color-1: #b99b5b;
--color-2: #a8a8a8;
--color-3: #d3c0a6;
--color-4: #f2e7a6;
--color-5: #c9b29c;
}
80s Gold Cool Gray の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b99b5b, #a8a8a8, #d3c0a6, #f2e7a6, #c9b29c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b99b5b, #a8a8a8, #d3c0a6, #f2e7a6, #c9b29c);
}
似たようなカラーパレット
80s Gold Cool Gray color palette created on .