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