Muted Purple and Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Purple and Green palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Muted Purple and Green カラーパレット (PNG) をダウンロード
Muted Purple and Green カラーパレット CSS
/* CSS */
.color-1 {
color: #7b5c99;
}
.color-2 {
color: #5b805b;
}
.color-3 {
color: #9b907d;
}
.color-4 {
color: #b3c8a3;
}
.color-5 {
color: #d4c8e0;
}
/* CSS Variables */
:root {
--color-1: #7b5c99;
--color-2: #5b805b;
--color-3: #9b907d;
--color-4: #b3c8a3;
--color-5: #d4c8e0;
}
Muted Purple and Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5c99, #5b805b, #9b907d, #b3c8a3, #d4c8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5c99, #5b805b, #9b907d, #b3c8a3, #d4c8e0);
}
似たようなカラーパレット
Muted Purple and Green color palette created on .