Mahogany Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mahogany Shades palette

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

Mahogany Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #794a39;
}
.color-3 {
color: #a66a59;
}
.color-4 {
color: #e5a46c;
}
.color-5 {
color: #c77157;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #794a39;
--color-3: #a66a59;
--color-4: #e5a46c;
--color-5: #c77157;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #794a39, #a66a59, #e5a46c, #c77157);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #794a39, #a66a59, #e5a46c, #c77157);
}

Mahogany Shades color palette created on .