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