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