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