Brown Leopard カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Leopard palette
Brown Leopard カラーパレット CSS
/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #d6b64c;
}
.color-3 {
color: #b68b3a;
}
.color-4 {
color: #a76b2a;
}
.color-5 {
color: #603f24;
}
/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #d6b64c;
--color-3: #b68b3a;
--color-4: #a76b2a;
--color-5: #603f24;
}
Brown Leopard の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #d6b64c, #b68b3a, #a76b2a, #603f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #d6b64c, #b68b3a, #a76b2a, #603f24);
}
Brown Leopard color palette created on .