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