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