Purple Haze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Haze palette
Purple Haze カラー パレット PNG 画像
Purple Haze カラーパレット CSS
/* CSS */
.color-1 {
color: #7e4c90;
}
.color-2 {
color: #9a69bf;
}
.color-3 {
color: #d5a6e7;
}
.color-4 {
color: #f5d47f;
}
.color-5 {
color: #ff6161;
}
/* CSS Variables */
:root {
--color-1: #7e4c90;
--color-2: #9a69bf;
--color-3: #d5a6e7;
--color-4: #f5d47f;
--color-5: #ff6161;
}
Purple Haze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4c90, #9a69bf, #d5a6e7, #f5d47f, #ff6161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4c90, #9a69bf, #d5a6e7, #f5d47f, #ff6161);
}
似たようなカラーパレット
Purple Haze color palette created on .