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