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