Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #d94d3a;
}
.color-2 {
color: #c8504c;
}
.color-3 {
color: #b05455;
}
.color-4 {
color: #a16364;
}
.color-5 {
color: #f56b6b;
}

/* CSS Variables */
:root {
--color-1: #d94d3a;
--color-2: #c8504c;
--color-3: #b05455;
--color-4: #a16364;
--color-5: #f56b6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94d3a, #c8504c, #b05455, #a16364, #f56b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94d3a, #c8504c, #b05455, #a16364, #f56b6b);
}

Shades of Red color palette created on .