Warrior's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warrior's Embrace palette
Warrior's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #c35c50;
}
.color-2 {
color: #e8a269;
}
.color-3 {
color: #f5e39e;
}
.color-4 {
color: #8ccf9c;
}
.color-5 {
color: #4b7e91;
}
/* CSS Variables */
:root {
--color-1: #c35c50;
--color-2: #e8a269;
--color-3: #f5e39e;
--color-4: #8ccf9c;
--color-5: #4b7e91;
}
Warrior's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35c50, #e8a269, #f5e39e, #8ccf9c, #4b7e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35c50, #e8a269, #f5e39e, #8ccf9c, #4b7e91);
}
似たようなカラーパレット
Warrior's Embrace color palette created on .