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