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