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