Abbie Kuro カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Abbie Kuro palette
Abbie Kuro カラー パレット PNG 画像
Abbie Kuro カラーパレット CSS
/* CSS */
.color-1 {
color: #3f272c;
}
.color-2 {
color: #64444a;
}
.color-3 {
color: #986165;
}
.color-4 {
color: #c69b95;
}
.color-5 {
color: #f5d8c7;
}
/* CSS Variables */
:root {
--color-1: #3f272c;
--color-2: #64444a;
--color-3: #986165;
--color-4: #c69b95;
--color-5: #f5d8c7;
}
Abbie Kuro の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f272c, #64444a, #986165, #c69b95, #f5d8c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f272c, #64444a, #986165, #c69b95, #f5d8c7);
}
似たようなカラーパレット
Abbie Kuro color palette created on .