Midnight Grapes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Grapes palette
Midnight Grapes カラー パレット PNG 画像
Midnight Grapes カラーパレット CSS
/* CSS */
.color-1 {
color: #4a2c90;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #9e7eae;
}
.color-4 {
color: #d1c7e1;
}
.color-5 {
color: #e5e0e5;
}
/* CSS Variables */
:root {
--color-1: #4a2c90;
--color-2: #6a4c94;
--color-3: #9e7eae;
--color-4: #d1c7e1;
--color-5: #e5e0e5;
}
Midnight Grapes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c90, #6a4c94, #9e7eae, #d1c7e1, #e5e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c90, #6a4c94, #9e7eae, #d1c7e1, #e5e0e5);
}
似たようなカラーパレット
Midnight Grapes color palette created on .