Medieval Warm Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Medieval Warm Tones palette
Medieval Warm Tones カラー パレット PNG 画像
Medieval Warm Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #7c491d;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d57c48;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f9e2b4;
}
/* CSS Variables */
:root {
--color-1: #7c491d;
--color-2: #a85f2e;
--color-3: #d57c48;
--color-4: #f6b83c;
--color-5: #f9e2b4;
}
Medieval Warm Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c491d, #a85f2e, #d57c48, #f6b83c, #f9e2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c491d, #a85f2e, #d57c48, #f6b83c, #f9e2b4);
}
似たようなカラーパレット
Medieval Warm Tones color palette created on .