Red and Black Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Black Earth palette

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

Red and Black Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #4d1f1f;
}
.color-2 {
color: #8e3e3e;
}
.color-3 {
color: #b15939;
}
.color-4 {
color: #d67a3d;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #4d1f1f;
--color-2: #8e3e3e;
--color-3: #b15939;
--color-4: #d67a3d;
--color-5: #4e3b31;
}

Red and Black Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}

Red and Black Earth color palette created on .