Crimson Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Shadows palette
Crimson Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #1c0d0f;
}
.color-2 {
color: #4d191a;
}
.color-3 {
color: #892a2c;
}
.color-4 {
color: #be4b4d;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #1c0d0f;
--color-2: #4d191a;
--color-3: #892a2c;
--color-4: #be4b4d;
--color-5: #e74d3c;
}
Crimson Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c0d0f, #4d191a, #892a2c, #be4b4d, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c0d0f, #4d191a, #892a2c, #be4b4d, #e74d3c);
}
似たようなカラーパレット
下にスクロールして200+個のダークカラーパレットを探索しましょう
Crimson Shadows color palette created on .