Luxury Reds カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Luxury Reds palette

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

Luxury Reds カラー パレット PNG 画像

Download luxury reds color palette PNG image (landscape)
Download luxury reds color palette PNG image (square)

Luxury Reds カラーパレット CSS

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #c70000;
}
.color-3 {
color: #ff5833;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #920c3f;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #c70000;
--color-3: #ff5833;
--color-4: #ffc300;
--color-5: #920c3f;
}

Luxury Reds の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #c70000, #ff5833, #ffc300, #920c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #c70000, #ff5833, #ffc300, #920c3f);
}

Luxury Reds color palette created on .