Brown Squirrel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Squirrel palette

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

Brown Squirrel カラーパレット CSS

/* CSS */
.color-1 {
color: #c4b8a1;
}
.color-2 {
color: #a3897b;
}
.color-3 {
color: #8f6b56;
}
.color-4 {
color: #794a39;
}
.color-5 {
color: #b66a49;
}

/* CSS Variables */
:root {
--color-1: #c4b8a1;
--color-2: #a3897b;
--color-3: #8f6b56;
--color-4: #794a39;
--color-5: #b66a49;
}

Brown Squirrel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b8a1, #a3897b, #8f6b56, #794a39, #b66a49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b8a1, #a3897b, #8f6b56, #794a39, #b66a49);
}

Brown Squirrel color palette created on .