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