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