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