Shades of Purple and Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple and Blue palette
Shades of Purple and Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #382d71;
}
.color-2 {
color: #414981;
}
.color-3 {
color: #6c466d;
}
.color-4 {
color: #846762;
}
.color-5 {
color: #9f6585;
}
/* CSS Variables */
:root {
--color-1: #382d71;
--color-2: #414981;
--color-3: #6c466d;
--color-4: #846762;
--color-5: #9f6585;
}
Shades of Purple and Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #382d71, #414981, #6c466d, #846762, #9f6585);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #382d71, #414981, #6c466d, #846762, #9f6585);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Shades of Purple and Blue color palette created on .