Espresso Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Espresso Dreamscape palette
Espresso Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #e6c198;
}
.color-2 {
color: #4c3e34;
}
.color-3 {
color: #d8b49d;
}
.color-4 {
color: #a86d4d;
}
.color-5 {
color: #f5e1b2;
}
/* CSS Variables */
:root {
--color-1: #e6c198;
--color-2: #4c3e34;
--color-3: #d8b49d;
--color-4: #a86d4d;
--color-5: #f5e1b2;
}
Espresso Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c198, #4c3e34, #d8b49d, #a86d4d, #f5e1b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c198, #4c3e34, #d8b49d, #a86d4d, #f5e1b2);
}
似たようなカラーパレット
Espresso Dreamscape color palette created on .