Manly Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Manly Purple palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Manly Purple カラーパレット (PNG) をダウンロード
Manly Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #5c4a8c;
}
.color-2 {
color: #6e5a96;
}
.color-3 {
color: #8a6cb2;
}
.color-4 {
color: #b58dbf;
}
.color-5 {
color: #d79dd8;
}
/* CSS Variables */
:root {
--color-1: #5c4a8c;
--color-2: #6e5a96;
--color-3: #8a6cb2;
--color-4: #b58dbf;
--color-5: #d79dd8;
}
Manly Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4a8c, #6e5a96, #8a6cb2, #b58dbf, #d79dd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4a8c, #6e5a96, #8a6cb2, #b58dbf, #d79dd8);
}
似たようなカラーパレット
下にスクロールして4個の紫カラーパレットを探索しましょう
Manly Purple color palette created on .