Bamboo Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bamboo Serenity palette

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

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

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

Bamboo Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e6d1a2;
}
.color-2 {
color: #c2b8a3;
}
.color-3 {
color: #9dbf8d;
}
.color-4 {
color: #5b805e;
}
.color-5 {
color: #3d4e3b;
}

/* CSS Variables */
:root {
--color-1: #e6d1a2;
--color-2: #c2b8a3;
--color-3: #9dbf8d;
--color-4: #5b805e;
--color-5: #3d4e3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d1a2, #c2b8a3, #9dbf8d, #5b805e, #3d4e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d1a2, #c2b8a3, #9dbf8d, #5b805e, #3d4e3b);
}

Bamboo Serenity color palette created on .