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