Whispering Toxicity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Toxicity palette
Whispering Toxicity カラーパレット CSS
/* CSS */
.color-1 {
color: #b8e5d8;
}
.color-2 {
color: #9fd6c1;
}
.color-3 {
color: #7fb8a8;
}
.color-4 {
color: #499c8c;
}
.color-5 {
color: #3e7e7c;
}
/* CSS Variables */
:root {
--color-1: #b8e5d8;
--color-2: #9fd6c1;
--color-3: #7fb8a8;
--color-4: #499c8c;
--color-5: #3e7e7c;
}
Whispering Toxicity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8e5d8, #9fd6c1, #7fb8a8, #499c8c, #3e7e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8e5d8, #9fd6c1, #7fb8a8, #499c8c, #3e7e7c);
}
似たようなカラーパレット
Whispering Toxicity color palette created on .