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