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