Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #4d1e3f;
}
.color-2 {
color: #574232;
}
.color-3 {
color: #5a5f3f;
}
.color-4 {
color: #325d44;
}
.color-5 {
color: #1c3769;
}

/* CSS Variables */
:root {
--color-1: #4d1e3f;
--color-2: #574232;
--color-3: #5a5f3f;
--color-4: #325d44;
--color-5: #1c3769;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1e3f, #574232, #5a5f3f, #325d44, #1c3769);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1e3f, #574232, #5a5f3f, #325d44, #1c3769);
}

Shades of Red color palette created on .