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