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