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