Shades of Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Orange palette
Shades of Orange カラーパレット CSS
/* CSS */
.color-1 {
color: #f6e1b6;
}
.color-2 {
color: #f4b76c;
}
.color-3 {
color: #f35c20;
}
.color-4 {
color: #d65b43;
}
.color-5 {
color: #a9476b;
}
/* CSS Variables */
:root {
--color-1: #f6e1b6;
--color-2: #f4b76c;
--color-3: #f35c20;
--color-4: #d65b43;
--color-5: #a9476b;
}
Shades of Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b6, #f4b76c, #f35c20, #d65b43, #a9476b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b6, #f4b76c, #f35c20, #d65b43, #a9476b);
}
似たようなカラーパレット
Shades of Orange color palette created on .