Beastbound Forge カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beastbound Forge palette

このパレットを共有する先:

Beastbound Forge カラーパレット CSS

/* CSS */
.color-1 {
color: #7d9c35;
}
.color-2 {
color: #c3b13c;
}
.color-3 {
color: #c24f3d;
}
.color-4 {
color: #4e4027;
}
.color-5 {
color: #e3b3a1;
}

/* CSS Variables */
:root {
--color-1: #7d9c35;
--color-2: #c3b13c;
--color-3: #c24f3d;
--color-4: #4e4027;
--color-5: #e3b3a1;
}

Beastbound Forge の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9c35, #c3b13c, #c24f3d, #4e4027, #e3b3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9c35, #c3b13c, #c24f3d, #4e4027, #e3b3a1);
}

Beastbound Forge color palette created on .