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