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