Dark Red Spider カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red Spider palette

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

Dark Red Spider カラーパレット CSS

/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #b04d4a;
}
.color-3 {
color: #d1a79f;
}
.color-4 {
color: #e6b8a2;
}
.color-5 {
color: #f4e5e1;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #b04d4a;
--color-3: #d1a79f;
--color-4: #e6b8a2;
--color-5: #f4e5e1;
}

Dark Red Spider の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #b04d4a, #d1a79f, #e6b8a2, #f4e5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #b04d4a, #d1a79f, #e6b8a2, #f4e5e1);
}

Dark Red Spider color palette created on .