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