Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c40;
}
.color-2 {
color: #a55066;
}
.color-3 {
color: #d57b8c;
}
.color-4 {
color: #f4b99f;
}
.color-5 {
color: #f7d4c5;
}

/* CSS Variables */
:root {
--color-1: #6d2c40;
--color-2: #a55066;
--color-3: #d57b8c;
--color-4: #f4b99f;
--color-5: #f7d4c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c40, #a55066, #d57b8c, #f4b99f, #f7d4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c40, #a55066, #d57b8c, #f4b99f, #f7d4c5);
}

Shades of Red color palette created on .