Crimson Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Shadows palette

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

Crimson Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #e74d3c;
}
.color-2 {
color: #bf3a2b;
}
.color-3 {
color: #808d8e;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #95a6a7;
}

/* CSS Variables */
:root {
--color-1: #e74d3c;
--color-2: #bf3a2b;
--color-3: #808d8e;
--color-4: #2b3d50;
--color-5: #95a6a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e74d3c, #bf3a2b, #808d8e, #2b3d50, #95a6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e74d3c, #bf3a2b, #808d8e, #2b3d50, #95a6a7);
}

Crimson Shadows color palette created on .