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