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