Purple Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Pink palette
Purple Pink カラー パレット PNG 画像
Purple Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #e92063;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #9b27b0;
}
.color-4 {
color: #673ab6;
}
.color-5 {
color: #4051b5;
}
/* CSS Variables */
:root {
--color-1: #e92063;
--color-2: #d6006f;
--color-3: #9b27b0;
--color-4: #673ab6;
--color-5: #4051b5;
}
Purple Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e92063, #d6006f, #9b27b0, #673ab6, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e92063, #d6006f, #9b27b0, #673ab6, #4051b5);
}
似たようなカラーパレット
Purple Pink color palette created on .