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