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