Brown Rat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Rat palette

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

Brown Rat カラーパレット CSS

/* CSS */
.color-1 {
color: #a2533f;
}
.color-2 {
color: #d4b959;
}
.color-3 {
color: #f2e7a6;
}
.color-4 {
color: #6b8d44;
}
.color-5 {
color: #3b5e2c;
}

/* CSS Variables */
:root {
--color-1: #a2533f;
--color-2: #d4b959;
--color-3: #f2e7a6;
--color-4: #6b8d44;
--color-5: #3b5e2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2533f, #d4b959, #f2e7a6, #6b8d44, #3b5e2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2533f, #d4b959, #f2e7a6, #6b8d44, #3b5e2c);
}

Brown Rat color palette created on .