Dark Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red palette

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

Dark Red カラーパレット CSS

/* CSS */
.color-1 {
color: #492c2e;
}
.color-2 {
color: #7b4c4e;
}
.color-3 {
color: #a86c5d;
}
.color-4 {
color: #c2a780;
}
.color-5 {
color: #e0e1b7;
}

/* CSS Variables */
:root {
--color-1: #492c2e;
--color-2: #7b4c4e;
--color-3: #a86c5d;
--color-4: #c2a780;
--color-5: #e0e1b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2e, #7b4c4e, #a86c5d, #c2a780, #e0e1b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2e, #7b4c4e, #a86c5d, #c2a780, #e0e1b7);
}

Dark Red color palette created on .