Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #b8325b;
}
.color-2 {
color: #f94e3e;
}
.color-3 {
color: #f8c56d;
}
.color-4 {
color: #97d8b1;
}
.color-5 {
color: #3a9fa1;
}

/* CSS Variables */
:root {
--color-1: #b8325b;
--color-2: #f94e3e;
--color-3: #f8c56d;
--color-4: #97d8b1;
--color-5: #3a9fa1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8325b, #f94e3e, #f8c56d, #97d8b1, #3a9fa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8325b, #f94e3e, #f8c56d, #97d8b1, #3a9fa1);
}

Shades of Red color palette created on .