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