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