Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラー パレット PNG 画像

Download shades of red color palette PNG image (landscape)
Download shades of red color palette PNG image (square)

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #602028;
}
.color-2 {
color: #b13f39;
}
.color-3 {
color: #ef5d5d;
}
.color-4 {
color: #f7c34b;
}
.color-5 {
color: #6f5c3e;
}

/* CSS Variables */
:root {
--color-1: #602028;
--color-2: #b13f39;
--color-3: #ef5d5d;
--color-4: #f7c34b;
--color-5: #6f5c3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602028, #b13f39, #ef5d5d, #f7c34b, #6f5c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602028, #b13f39, #ef5d5d, #f7c34b, #6f5c3e);
}

Shades of Red color palette created on .