Dark Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red palette

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

Dark Red カラーパレット CSS

/* CSS */
.color-1 {
color: #3a1d2b;
}
.color-2 {
color: #592c3c;
}
.color-3 {
color: #a0593b;
}
.color-4 {
color: #e79a5a;
}
.color-5 {
color: #f4c10b;
}

/* CSS Variables */
:root {
--color-1: #3a1d2b;
--color-2: #592c3c;
--color-3: #a0593b;
--color-4: #e79a5a;
--color-5: #f4c10b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a1d2b, #592c3c, #a0593b, #e79a5a, #f4c10b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a1d2b, #592c3c, #a0593b, #e79a5a, #f4c10b);
}

Dark Red color palette created on .