Bold Crimson カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bold Crimson palette
Bold Crimson カラーパレット (PNG) をダウンロード
Bold Crimson カラーパレット CSS
/* CSS */
.color-1 {
color: #4d0000;
}
.color-2 {
color: #610507;
}
.color-3 {
color: #7d1408;
}
.color-4 {
color: #92170c;
}
.color-5 {
color: #a11214;
}
/* CSS Variables */
:root {
--color-1: #4d0000;
--color-2: #610507;
--color-3: #7d1408;
--color-4: #92170c;
--color-5: #a11214;
}
Bold Crimson の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0000, #610507, #7d1408, #92170c, #a11214);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0000, #610507, #7d1408, #92170c, #a11214);
}
似たようなカラーパレット
Bold Crimson color palette created on .