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