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