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