Shades of Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #4a2d6c;
}
.color-2 {
color: #7b4b8b;
}
.color-3 {
color: #a76c8f;
}
.color-4 {
color: #d3a6b0;
}
.color-5 {
color: #f2cad4;
}
/* CSS Variables */
:root {
--color-1: #4a2d6c;
--color-2: #7b4b8b;
--color-3: #a76c8f;
--color-4: #d3a6b0;
--color-5: #f2cad4;
}
Shades of Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2d6c, #7b4b8b, #a76c8f, #d3a6b0, #f2cad4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2d6c, #7b4b8b, #a76c8f, #d3a6b0, #f2cad4);
}
似たようなカラーパレット
下にスクロールして100+個のエステティックカラーパレットを探索しましょう
Shades of Purple color palette created on .