Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9b3b4b;
}
.color-3 {
color: #c45a71;
}
.color-4 {
color: #e6a098;
}
.color-5 {
color: #f4d4d2;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9b3b4b;
--color-3: #c45a71;
--color-4: #e6a098;
--color-5: #f4d4d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9b3b4b, #c45a71, #e6a098, #f4d4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9b3b4b, #c45a71, #e6a098, #f4d4d2);
}

Shades of Red color palette created on .