Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #b14e4e;
}
.color-2 {
color: #d68a8a;
}
.color-3 {
color: #f3c9c9;
}
.color-4 {
color: #f2dfd4;
}
.color-5 {
color: #a3b2c7;
}

/* CSS Variables */
:root {
--color-1: #b14e4e;
--color-2: #d68a8a;
--color-3: #f3c9c9;
--color-4: #f2dfd4;
--color-5: #a3b2c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b14e4e, #d68a8a, #f3c9c9, #f2dfd4, #a3b2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b14e4e, #d68a8a, #f3c9c9, #f2dfd4, #a3b2c7);
}

Shades of Red color palette created on .