Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #9b5050;
}
.color-2 {
color: #b48383;
}
.color-3 {
color: #d2a7a7;
}
.color-4 {
color: #f1c6c6;
}
.color-5 {
color: #f6dfdf;
}

/* CSS Variables */
:root {
--color-1: #9b5050;
--color-2: #b48383;
--color-3: #d2a7a7;
--color-4: #f1c6c6;
--color-5: #f6dfdf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5050, #b48383, #d2a7a7, #f1c6c6, #f6dfdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5050, #b48383, #d2a7a7, #f1c6c6, #f6dfdf);
}

Shades of Red color palette created on .