Shades of Mahogany カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Mahogany palette
Shades of Mahogany カラーパレット CSS
/* CSS */
.color-1 {
color: #502b4e;
}
.color-2 {
color: #9f5b7f;
}
.color-3 {
color: #d7a7a2;
}
.color-4 {
color: #f4c7a4;
}
.color-5 {
color: #f7e3b0;
}
/* CSS Variables */
:root {
--color-1: #502b4e;
--color-2: #9f5b7f;
--color-3: #d7a7a2;
--color-4: #f4c7a4;
--color-5: #f7e3b0;
}
Shades of Mahogany の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502b4e, #9f5b7f, #d7a7a2, #f4c7a4, #f7e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502b4e, #9f5b7f, #d7a7a2, #f4c7a4, #f7e3b0);
}
似たようなカラーパレット
下にスクロールして400+個のエステティックカラーパレットを探索しましょう
Shades of Mahogany color palette created on .