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