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