Deep Red Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Red Shades palette

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

Deep Red Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c44a4a;
}
.color-3 {
color: #e77e7e;
}
.color-4 {
color: #f3b4b4;
}
.color-5 {
color: #fce3e3;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c44a4a;
--color-3: #e77e7e;
--color-4: #f3b4b4;
--color-5: #fce3e3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c44a4a, #e77e7e, #f3b4b4, #fce3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c44a4a, #e77e7e, #f3b4b4, #fce3e3);
}

Deep Red Shades color palette created on .