Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f2a47d;
}
.color-3 {
color: #e47a6c;
}
.color-4 {
color: #d05d5d;
}
.color-5 {
color: #b94b4b;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f2a47d;
--color-3: #e47a6c;
--color-4: #d05d5d;
--color-5: #b94b4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f2a47d, #e47a6c, #d05d5d, #b94b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f2a47d, #e47a6c, #d05d5d, #b94b4b);
}

Shades of Red color palette created on .