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