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