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