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