Maroon Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Maroon Elegance palette

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

Maroon Elegance カラー パレット PNG 画像

Download maroon elegance color palette PNG image (landscape)
Download maroon elegance color palette PNG image (square)

Maroon Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #4a2b2b;
}
.color-2 {
color: #c1b3b3;
}
.color-3 {
color: #772c2c;
}
.color-4 {
color: #dfd2d2;
}
.color-5 {
color: #5b1010;
}

/* CSS Variables */
:root {
--color-1: #4a2b2b;
--color-2: #c1b3b3;
--color-3: #772c2c;
--color-4: #dfd2d2;
--color-5: #5b1010;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b2b, #c1b3b3, #772c2c, #dfd2d2, #5b1010);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b2b, #c1b3b3, #772c2c, #dfd2d2, #5b1010);
}

Maroon Elegance color palette created on .