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