Ironstone Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ironstone Shades palette

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

Ironstone Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #86483c;
}
.color-2 {
color: #b45c50;
}
.color-3 {
color: #d19a7b;
}
.color-4 {
color: #f2c7ab;
}
.color-5 {
color: #e6d6c1;
}

/* CSS Variables */
:root {
--color-1: #86483c;
--color-2: #b45c50;
--color-3: #d19a7b;
--color-4: #f2c7ab;
--color-5: #e6d6c1;
}

Ironstone Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #86483c, #b45c50, #d19a7b, #f2c7ab, #e6d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #86483c, #b45c50, #d19a7b, #f2c7ab, #e6d6c1);
}

Ironstone Shades color palette created on .