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