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: #f9b44e;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #ff575f;
}
.color-5 {
color: #ff4d94;
}
/* CSS Variables */
:root {
--color-1: #f9b44e;
--color-2: #ff8b42;
--color-3: #ff6e42;
--color-4: #ff575f;
--color-5: #ff4d94;
}
Shades of Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b44e, #ff8b42, #ff6e42, #ff575f, #ff4d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b44e, #ff8b42, #ff6e42, #ff575f, #ff4d94);
}
似たようなカラーパレット
Shades of Orange color palette created on .