Japandi Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Japandi Serenity palette

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

Japandi Serenity カラー パレット PNG 画像

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

Japandi Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #dfd6c3;
}
.color-2 {
color: #c6ba9f;
}
.color-3 {
color: #b0a68d;
}
.color-4 {
color: #8f8c76;
}
.color-5 {
color: #6b6a61;
}

/* CSS Variables */
:root {
--color-1: #dfd6c3;
--color-2: #c6ba9f;
--color-3: #b0a68d;
--color-4: #8f8c76;
--color-5: #6b6a61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfd6c3, #c6ba9f, #b0a68d, #8f8c76, #6b6a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfd6c3, #c6ba9f, #b0a68d, #8f8c76, #6b6a61);
}

Japandi Serenity color palette created on .