Crimson Shadows of Japan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Shadows of Japan palette

このパレットを共有する先:

Crimson Shadows of Japan カラーパレット CSS

/* CSS */
.color-1 {
color: #d60000;
}
.color-2 {
color: #ff4d4d;
}
.color-3 {
color: #ff8080;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--color-1: #d60000;
--color-2: #ff4d4d;
--color-3: #ff8080;
--color-4: #000000;
--color-5: #4d4d4d;
}

Crimson Shadows of Japan の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60000, #ff4d4d, #ff8080, #000000, #4d4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60000, #ff4d4d, #ff8080, #000000, #4d4d4d);
}

Crimson Shadows of Japan color palette created on .