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