Purple Haze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Haze palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Purple Haze カラーパレット (PNG) をダウンロード
Purple Haze カラーパレット CSS
/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #e6b3e0;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #a77ccb;
--color-3: #e6b3e0;
--color-4: #f7c5a1;
--color-5: #f1e1a7;
}
Purple Haze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #a77ccb, #e6b3e0, #f7c5a1, #f1e1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #a77ccb, #e6b3e0, #f7c5a1, #f1e1a7);
}
似たようなカラーパレット
Purple Haze color palette created on .