Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #dd3c3c;
}
.color-2 {
color: #c83c3c;
}
.color-3 {
color: #4e3b4e;
}
.color-4 {
color: #3d293d;
}
.color-5 {
color: #f03d3d;
}

/* CSS Variables */
:root {
--color-1: #dd3c3c;
--color-2: #c83c3c;
--color-3: #4e3b4e;
--color-4: #3d293d;
--color-5: #f03d3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd3c3c, #c83c3c, #4e3b4e, #3d293d, #f03d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd3c3c, #c83c3c, #4e3b4e, #3d293d, #f03d3d);
}

Shades of Red color palette created on .