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