Crimson Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Shadows palette

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

Crimson Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #2d3034;
}
.color-2 {
color: #f47b7b;
}
.color-3 {
color: #6d767e;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d4404a;
}

/* CSS Variables */
:root {
--color-1: #2d3034;
--color-2: #f47b7b;
--color-3: #6d767e;
--color-4: #f0a800;
--color-5: #d4404a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3034, #f47b7b, #6d767e, #f0a800, #d4404a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3034, #f47b7b, #6d767e, #f0a800, #d4404a);
}

Crimson Shadows color palette created on .