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