Midnight Rain カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Midnight Rain palette
Midnight Rain カラーパレット (PNG) をダウンロード
Midnight Rain カラーパレット CSS
/* CSS */
.color-1 {
color: #1d2e4e;
}
.color-2 {
color: #3b4c68;
}
.color-3 {
color: #5b7486;
}
.color-4 {
color: #4bbe9a;
}
.color-5 {
color: #a1e8d5;
}
/* CSS Variables */
:root {
--color-1: #1d2e4e;
--color-2: #3b4c68;
--color-3: #5b7486;
--color-4: #4bbe9a;
--color-5: #a1e8d5;
}
Midnight Rain の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2e4e, #3b4c68, #5b7486, #4bbe9a, #a1e8d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2e4e, #3b4c68, #5b7486, #4bbe9a, #a1e8d5);
}
似たようなカラーパレット
Midnight Rain color palette created on .