Crimson Hearth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Hearth palette

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

Crimson Hearth カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #6d2c3c;
}
.color-3 {
color: #4c5c6b;
}
.color-4 {
color: #a95b2d;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #6d2c3c;
--color-3: #4c5c6b;
--color-4: #a95b2d;
--color-5: #f5c400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #6d2c3c, #4c5c6b, #a95b2d, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #6d2c3c, #4c5c6b, #a95b2d, #f5c400);
}

Crimson Hearth color palette created on .