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