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