Crimson Haunt カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Haunt palette

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

Crimson Haunt カラーパレット CSS

/* CSS */
.color-1 {
color: #d6372e;
}
.color-2 {
color: #f56e3d;
}
.color-3 {
color: #f9b339;
}
.color-4 {
color: #f3e99b;
}
.color-5 {
color: #8a3d8a;
}

/* CSS Variables */
:root {
--color-1: #d6372e;
--color-2: #f56e3d;
--color-3: #f9b339;
--color-4: #f3e99b;
--color-5: #8a3d8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6372e, #f56e3d, #f9b339, #f3e99b, #8a3d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6372e, #f56e3d, #f9b339, #f3e99b, #8a3d8a);
}

Crimson Haunt color palette created on .