Maroon Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Maroon Shades palette

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

Maroon Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #800000;
}
.color-2 {
color: #9c1c1c;
}
.color-3 {
color: #b03b3b;
}
.color-4 {
color: #d56c6c;
}
.color-5 {
color: #eab8b8;
}

/* CSS Variables */
:root {
--color-1: #800000;
--color-2: #9c1c1c;
--color-3: #b03b3b;
--color-4: #d56c6c;
--color-5: #eab8b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #800000, #9c1c1c, #b03b3b, #d56c6c, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #800000, #9c1c1c, #b03b3b, #d56c6c, #eab8b8);
}

Maroon Shades color palette created on .