Mocha Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mocha Shades palette

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

Mocha Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #8c5c4a;
}
.color-3 {
color: #c7a88e;
}
.color-4 {
color: #e0c09e;
}
.color-5 {
color: #f2dfc0;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8c5c4a;
--color-3: #c7a88e;
--color-4: #e0c09e;
--color-5: #f2dfc0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8c5c4a, #c7a88e, #e0c09e, #f2dfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8c5c4a, #c7a88e, #e0c09e, #f2dfc0);
}

Mocha Shades color palette created on .