Brown Deer カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Deer palette
Brown Deer カラーパレット CSS
/* CSS */
.color-1 {
color: #924126;
}
.color-2 {
color: #b95127;
}
.color-3 {
color: #e29e55;
}
.color-4 {
color: #f1cd93;
}
.color-5 {
color: #f1c541;
}
/* CSS Variables */
:root {
--color-1: #924126;
--color-2: #b95127;
--color-3: #e29e55;
--color-4: #f1cd93;
--color-5: #f1c541;
}
Brown Deer の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #924126, #b95127, #e29e55, #f1cd93, #f1c541);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #924126, #b95127, #e29e55, #f1cd93, #f1c541);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Brown Deer color palette created on .