Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdf61;
}
.color-2 {
color: #ffa361;
}
.color-3 {
color: #ff8161;
}
.color-4 {
color: #e5575c;
}
.color-5 {
color: #da5d99;
}

/* CSS Variables */
:root {
--color-1: #ffdf61;
--color-2: #ffa361;
--color-3: #ff8161;
--color-4: #e5575c;
--color-5: #da5d99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdf61, #ffa361, #ff8161, #e5575c, #da5d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdf61, #ffa361, #ff8161, #e5575c, #da5d99);
}

Shades of Red color palette created on .