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