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