Espresso Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Espresso Dreamscape palette

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

Espresso Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #8c5a2b;
}
.color-3 {
color: #c9b99c;
}
.color-4 {
color: #f0e3d6;
}
.color-5 {
color: #d8a779;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #8c5a2b;
--color-3: #c9b99c;
--color-4: #f0e3d6;
--color-5: #d8a779;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #8c5a2b, #c9b99c, #f0e3d6, #d8a779);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #8c5a2b, #c9b99c, #f0e3d6, #d8a779);
}

Espresso Dreamscape color palette created on .