80s Horror カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 80s Horror palette
80s Horror カラー パレット PNG 画像
80s Horror カラーパレット CSS
/* CSS */
.color-1 {
color: #d71d3c;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #3b1b6f;
}
.color-4 {
color: #0d5b9c;
}
.color-5 {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--color-1: #d71d3c;
--color-2: #f5a300;
--color-3: #3b1b6f;
--color-4: #0d5b9c;
--color-5: #f7e1a1;
}
80s Horror の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d71d3c, #f5a300, #3b1b6f, #0d5b9c, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d71d3c, #f5a300, #3b1b6f, #0d5b9c, #f7e1a1);
}
似たようなカラーパレット
80s Horror color palette created on .