Espresso Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Espresso Dreamscape palette
Espresso Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #45382b;
}
.color-2 {
color: #b49f8e;
}
.color-3 {
color: #c5b2a6;
}
.color-4 {
color: #daccbe;
}
.color-5 {
color: #392828;
}
/* CSS Variables */
:root {
--color-1: #45382b;
--color-2: #b49f8e;
--color-3: #c5b2a6;
--color-4: #daccbe;
--color-5: #392828;
}
Espresso Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45382b, #b49f8e, #c5b2a6, #daccbe, #392828);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45382b, #b49f8e, #c5b2a6, #daccbe, #392828);
}
似たようなカラーパレット
下にスクロールして400+個の茶色カラーパレットを探索しましょう
Espresso Dreamscape color palette created on .