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