Forged Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forged Elegance palette

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

Forged Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #403c30;
}
.color-2 {
color: #6a5e53;
}
.color-3 {
color: #9f8a7f;
}
.color-4 {
color: #c6b09f;
}
.color-5 {
color: #e3d5c4;
}

/* CSS Variables */
:root {
--color-1: #403c30;
--color-2: #6a5e53;
--color-3: #9f8a7f;
--color-4: #c6b09f;
--color-5: #e3d5c4;
}

Forged Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403c30, #6a5e53, #9f8a7f, #c6b09f, #e3d5c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403c30, #6a5e53, #9f8a7f, #c6b09f, #e3d5c4);
}

Forged Elegance color palette created on .