Crimson Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Earthtones palette

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

Crimson Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #7d1c1c;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #c39969;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #2e2e2e;
}

/* CSS Variables */
:root {
--color-1: #7d1c1c;
--color-2: #a85f2e;
--color-3: #c39969;
--color-4: #f4cf3e;
--color-5: #2e2e2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1c1c, #a85f2e, #c39969, #f4cf3e, #2e2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1c1c, #a85f2e, #c39969, #f4cf3e, #2e2e2e);
}

Crimson Earthtones color palette created on .