Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #4c102a;
}
.color-2 {
color: #6a293c;
}
.color-3 {
color: #9e5158;
}
.color-4 {
color: #d3796f;
}
.color-5 {
color: #f4a790;
}

/* CSS Variables */
:root {
--color-1: #4c102a;
--color-2: #6a293c;
--color-3: #9e5158;
--color-4: #d3796f;
--color-5: #f4a790;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c102a, #6a293c, #9e5158, #d3796f, #f4a790);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c102a, #6a293c, #9e5158, #d3796f, #f4a790);
}

Shades of Red color palette created on .