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