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