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