Moonlit Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moonlit Serenity palette

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

Moonlit Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4b4e68;
}
.color-2 {
color: #6a6f90;
}
.color-3 {
color: #8c93b5;
}
.color-4 {
color: #a6a6de;
}
.color-5 {
color: #c1c1f6;
}

/* CSS Variables */
:root {
--color-1: #4b4e68;
--color-2: #6a6f90;
--color-3: #8c93b5;
--color-4: #a6a6de;
--color-5: #c1c1f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4e68, #6a6f90, #8c93b5, #a6a6de, #c1c1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4e68, #6a6f90, #8c93b5, #a6a6de, #c1c1f6);
}

Moonlit Serenity color palette created on .