Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #5a2647;
}
.color-2 {
color: #ab2b4d;
}
.color-3 {
color: #e97f6d;
}
.color-4 {
color: #f6c2a2;
}
.color-5 {
color: #f2deb1;
}

/* CSS Variables */
:root {
--color-1: #5a2647;
--color-2: #ab2b4d;
--color-3: #e97f6d;
--color-4: #f6c2a2;
--color-5: #f2deb1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2647, #ab2b4d, #e97f6d, #f6c2a2, #f2deb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2647, #ab2b4d, #e97f6d, #f6c2a2, #f2deb1);
}

Shades of Red color palette created on .