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