Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #a03b3b;
}
.color-2 {
color: #c86f6f;
}
.color-3 {
color: #e6a2a2;
}
.color-4 {
color: #f1c6c6;
}
.color-5 {
color: #f5e0e0;
}

/* CSS Variables */
:root {
--color-1: #a03b3b;
--color-2: #c86f6f;
--color-3: #e6a2a2;
--color-4: #f1c6c6;
--color-5: #f5e0e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a03b3b, #c86f6f, #e6a2a2, #f1c6c6, #f5e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a03b3b, #c86f6f, #e6a2a2, #f1c6c6, #f5e0e0);
}

Shades of Red color palette created on .