Shades of Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple カラー パレット PNG 画像
Shades of Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #000e1f;
}
.color-2 {
color: #35003d;
}
.color-3 {
color: #80006a;
}
.color-4 {
color: #ff3014;
}
.color-5 {
color: #fa9e00;
}
/* CSS Variables */
:root {
--color-1: #000e1f;
--color-2: #35003d;
--color-3: #80006a;
--color-4: #ff3014;
--color-5: #fa9e00;
}
Shades of Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000e1f, #35003d, #80006a, #ff3014, #fa9e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000e1f, #35003d, #80006a, #ff3014, #fa9e00);
}
似たようなカラーパレット
Shades of Purple color palette created on .