Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #da4e2b;
}
.color-3 {
color: #b53b3b;
}
.color-4 {
color: #8c2b5a;
}
.color-5 {
color: #5e2b7d;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #da4e2b;
--color-3: #b53b3b;
--color-4: #8c2b5a;
--color-5: #5e2b7d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #da4e2b, #b53b3b, #8c2b5a, #5e2b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #da4e2b, #b53b3b, #8c2b5a, #5e2b7d);
}

Shades of Red color palette created on .