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