Crimson Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Shadows palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Crimson Shadows カラーパレット (PNG) をダウンロード
Crimson Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #110909;
}
.color-2 {
color: #5d090f;
}
.color-3 {
color: #811b09;
}
.color-4 {
color: #832a0c;
}
.color-5 {
color: #88353a;
}
/* CSS Variables */
:root {
--color-1: #110909;
--color-2: #5d090f;
--color-3: #811b09;
--color-4: #832a0c;
--color-5: #88353a;
}
Crimson Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #110909, #5d090f, #811b09, #832a0c, #88353a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #110909, #5d090f, #811b09, #832a0c, #88353a);
}
似たようなカラーパレット
Crimson Shadows color palette created on .