Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #595959;
}
.color-3 {
color: #f0f0f0;
}
.color-4 {
color: #b63a3a;
}
.color-5 {
color: #8c8c8c;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #595959;
--color-3: #f0f0f0;
--color-4: #b63a3a;
--color-5: #8c8c8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #595959, #f0f0f0, #b63a3a, #8c8c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #595959, #f0f0f0, #b63a3a, #8c8c8c);
}

Shades of Red color palette created on .