Haunting Hues of Midnight Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Haunting Hues of Midnight Blue palette
Haunting Hues of Midnight Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #1a3f8e;
}
.color-2 {
color: #3c6e9a;
}
.color-3 {
color: #79a2c3;
}
.color-4 {
color: #a4c7e5;
}
.color-5 {
color: #d1e7f5;
}
/* CSS Variables */
:root {
--color-1: #1a3f8e;
--color-2: #3c6e9a;
--color-3: #79a2c3;
--color-4: #a4c7e5;
--color-5: #d1e7f5;
}
Haunting Hues of Midnight Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3f8e, #3c6e9a, #79a2c3, #a4c7e5, #d1e7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3f8e, #3c6e9a, #79a2c3, #a4c7e5, #d1e7f5);
}
似たようなカラーパレット
Haunting Hues of Midnight Blue color palette created on .