Crimson Depths カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Depths palette
Crimson Depths カラー パレット PNG 画像
Crimson Depths カラーパレット CSS
/* CSS */
.color-1 {
color: #be1924;
}
.color-2 {
color: #99141d;
}
.color-3 {
color: #710f15;
}
.color-4 {
color: #480a0e;
}
.color-5 {
color: #200404;
}
/* CSS Variables */
:root {
--color-1: #be1924;
--color-2: #99141d;
--color-3: #710f15;
--color-4: #480a0e;
--color-5: #200404;
}
Crimson Depths の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be1924, #99141d, #710f15, #480a0e, #200404);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be1924, #99141d, #710f15, #480a0e, #200404);
}
似たようなカラーパレット
Crimson Depths color palette created on .