Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #870322;
}
.color-2 {
color: #a44c53;
}
.color-3 {
color: #d97d81;
}
.color-4 {
color: #f2b1b4;
}
.color-5 {
color: #ffdddb;
}

/* CSS Variables */
:root {
--color-1: #870322;
--color-2: #a44c53;
--color-3: #d97d81;
--color-4: #f2b1b4;
--color-5: #ffdddb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #870322, #a44c53, #d97d81, #f2b1b4, #ffdddb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #870322, #a44c53, #d97d81, #f2b1b4, #ffdddb);
}

Shades of Red color palette created on .