Loading...
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: #b8a6d9;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f1a7b8;
}
.color-4 {
color: #fbcb79;
}
.color-5 {
color: #f76e7b;
}
/* CSS Variables */
:root {
--color-1: #b8a6d9;
--color-2: #a77ccb;
--color-3: #f1a7b8;
--color-4: #fbcb79;
--color-5: #f76e7b;
}
Shades of Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8a6d9, #a77ccb, #f1a7b8, #fbcb79, #f76e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8a6d9, #a77ccb, #f1a7b8, #fbcb79, #f76e7b);
}
似たようなカラーパレット
Shades of Purple color palette created on .