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