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