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