Passionate Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Passionate Red palette

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

Passionate Red カラー パレット PNG 画像

Download passionate red color palette PNG image (landscape)
Download passionate red color palette PNG image (square)

Passionate Red カラーパレット CSS

/* CSS */
.color-1 {
color: #b51c1c;
}
.color-2 {
color: #d33131;
}
.color-3 {
color: #f44034;
}
.color-4 {
color: #e57171;
}
.color-5 {
color: #ff8a80;
}

/* CSS Variables */
:root {
--color-1: #b51c1c;
--color-2: #d33131;
--color-3: #f44034;
--color-4: #e57171;
--color-5: #ff8a80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b51c1c, #d33131, #f44034, #e57171, #ff8a80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b51c1c, #d33131, #f44034, #e57171, #ff8a80);
}

Passionate Red color palette created on .