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