Lunar Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Serenity palette

このパレットを共有する先:

Lunar Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b0cfe8;
}
.color-3 {
color: #f0e0d6;
}
.color-4 {
color: #f9ccb9;
}
.color-5 {
color: #a57cbb;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b0cfe8;
--color-3: #f0e0d6;
--color-4: #f9ccb9;
--color-5: #a57cbb;
}

Lunar Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b0cfe8, #f0e0d6, #f9ccb9, #a57cbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b0cfe8, #f0e0d6, #f9ccb9, #a57cbb);
}

Lunar Serenity color palette created on .