Brown Hieroglyph カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Hieroglyph palette
Brown Hieroglyph カラーパレット CSS
/* CSS */
.color-1 {
color: #c4a34f;
}
.color-2 {
color: #8f6b38;
}
.color-3 {
color: #594826;
}
.color-4 {
color: #2c393f;
}
.color-5 {
color: #1d4b8c;
}
/* CSS Variables */
:root {
--color-1: #c4a34f;
--color-2: #8f6b38;
--color-3: #594826;
--color-4: #2c393f;
--color-5: #1d4b8c;
}
Brown Hieroglyph の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a34f, #8f6b38, #594826, #2c393f, #1d4b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a34f, #8f6b38, #594826, #2c393f, #1d4b8c);
}
似たようなカラーパレット
Brown Hieroglyph color palette created on .