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