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