Golden Dunes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Dunes palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Golden Dunes カラーパレット (PNG) をダウンロード
Golden Dunes カラーパレット CSS
/* CSS */
.color-1 {
color: #f6d64c;
}
.color-2 {
color: #e3b03b;
}
.color-3 {
color: #d1a02e;
}
.color-4 {
color: #a76a20;
}
.color-5 {
color: #7b4914;
}
/* CSS Variables */
:root {
--color-1: #f6d64c;
--color-2: #e3b03b;
--color-3: #d1a02e;
--color-4: #a76a20;
--color-5: #7b4914;
}
Golden Dunes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d64c, #e3b03b, #d1a02e, #a76a20, #7b4914);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d64c, #e3b03b, #d1a02e, #a76a20, #7b4914);
}
似たようなカラーパレット
Golden Dunes color palette created on .