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