Cozy Cabin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cozy Cabin palette

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

Cozy Cabin カラー パレット PNG 画像

Download cozy cabin color palette PNG image (landscape)
Download cozy cabin color palette PNG image (square)

Cozy Cabin カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7e4b3a;
}
.color-3 {
color: #a45d3d;
}
.color-4 {
color: #c9bca6;
}
.color-5 {
color: #4a6d5c;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7e4b3a;
--color-3: #a45d3d;
--color-4: #c9bca6;
--color-5: #4a6d5c;
}

Cozy Cabin の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7e4b3a, #a45d3d, #c9bca6, #4a6d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7e4b3a, #a45d3d, #c9bca6, #4a6d5c);
}

Cozy Cabin color palette created on .