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