Blood Red and Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blood Red and Gold palette

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

Blood Red and Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #951818;
}
.color-2 {
color: #a37500;
}
.color-3 {
color: #b08727;
}
.color-4 {
color: #8a5b1e;
}
.color-5 {
color: #610000;
}

/* CSS Variables */
:root {
--color-1: #951818;
--color-2: #a37500;
--color-3: #b08727;
--color-4: #8a5b1e;
--color-5: #610000;
}

Blood Red and Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #951818, #a37500, #b08727, #8a5b1e, #610000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #951818, #a37500, #b08727, #8a5b1e, #610000);
}

Blood Red and Gold color palette created on .