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