Deep Red Emo カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Deep Red Emo palette
Deep Red Emo カラー パレット PNG 画像
Deep Red Emo カラーパレット CSS
/* CSS */
.color-1 {
color: #080816;
}
.color-2 {
color: #151542;
}
.color-3 {
color: #232353;
}
.color-4 {
color: #30306e;
}
.color-5 {
color: #881616;
}
/* CSS Variables */
:root {
--color-1: #080816;
--color-2: #151542;
--color-3: #232353;
--color-4: #30306e;
--color-5: #881616;
}
Deep Red Emo の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #080816, #151542, #232353, #30306e, #881616);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #080816, #151542, #232353, #30306e, #881616);
}
似たようなカラーパレット
Deep Red Emo color palette created on .