Lunar Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lunar Serenity palette
Lunar Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #292e6a;
}
.color-2 {
color: #506e91;
}
.color-3 {
color: #6cb9c1;
}
.color-4 {
color: #8ed8e6;
}
.color-5 {
color: #a2e6e2;
}
/* CSS Variables */
:root {
--color-1: #292e6a;
--color-2: #506e91;
--color-3: #6cb9c1;
--color-4: #8ed8e6;
--color-5: #a2e6e2;
}
Lunar Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292e6a, #506e91, #6cb9c1, #8ed8e6, #a2e6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292e6a, #506e91, #6cb9c1, #8ed8e6, #a2e6e2);
}
似たようなカラーパレット
下にスクロールして8個のインディゴカラーパレットを探索しましょう
Lunar Serenity color palette created on .