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