Crimson Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Shadows palette

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

Crimson Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #ba5e6e;
}
.color-3 {
color: #e0a3a6;
}
.color-4 {
color: #f5c3c2;
}
.color-5 {
color: #f9e1e4;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #ba5e6e;
--color-3: #e0a3a6;
--color-4: #f5c3c2;
--color-5: #f9e1e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #ba5e6e, #e0a3a6, #f5c3c2, #f9e1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #ba5e6e, #e0a3a6, #f5c3c2, #f9e1e4);
}

Crimson Shadows color palette created on .