Twilight Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Serenity palette

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

Twilight Serenity カラーパレット (PNG) をダウンロード

Download twilight serenity color palette PNG image (landscape)
Download twilight serenity color palette PNG image (square)

Twilight Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b4a7d2;
}
.color-2 {
color: #003b75;
}
.color-3 {
color: #4874b1;
}
.color-4 {
color: #7e8fc4;
}
.color-5 {
color: #16599c;
}

/* CSS Variables */
:root {
--color-1: #b4a7d2;
--color-2: #003b75;
--color-3: #4874b1;
--color-4: #7e8fc4;
--color-5: #16599c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a7d2, #003b75, #4874b1, #7e8fc4, #16599c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a7d2, #003b75, #4874b1, #7e8fc4, #16599c);
}

Twilight Serenity color palette created on .