Toxic カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Toxic palette
Toxic カラーパレット (PNG) をダウンロード
Toxic カラーパレット CSS
/* CSS */
.color-1 {
color: #61ffd7;
}
.color-2 {
color: #3ebb8c;
}
.color-3 {
color: #2e8a68;
}
.color-4 {
color: #1d5e4a;
}
.color-5 {
color: #0a3d31;
}
/* CSS Variables */
:root {
--color-1: #61ffd7;
--color-2: #3ebb8c;
--color-3: #2e8a68;
--color-4: #1d5e4a;
--color-5: #0a3d31;
}
Toxic の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #61ffd7, #3ebb8c, #2e8a68, #1d5e4a, #0a3d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #61ffd7, #3ebb8c, #2e8a68, #1d5e4a, #0a3d31);
}
似たようなカラーパレット
Toxic color palette created on .