Mocha Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mocha Dreamscape palette

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

Mocha Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #7c6e6e;
}
.color-3 {
color: #a79b8b;
}
.color-4 {
color: #d2c6c6;
}
.color-5 {
color: #f4e1e1;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #7c6e6e;
--color-3: #a79b8b;
--color-4: #d2c6c6;
--color-5: #f4e1e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #7c6e6e, #a79b8b, #d2c6c6, #f4e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #7c6e6e, #a79b8b, #d2c6c6, #f4e1e1);
}

Mocha Dreamscape color palette created on .