Dark Red Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red Elegance palette

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

Dark Red Elegance カラー パレット PNG 画像

Download dark red elegance color palette PNG image (landscape)
Download dark red elegance color palette PNG image (square)

Dark Red Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b7c4;
}
.color-2 {
color: #995c66;
}
.color-3 {
color: #6d2c33;
}
.color-4 {
color: #3d1a25;
}
.color-5 {
color: #2e0a12;
}

/* CSS Variables */
:root {
--color-1: #e6b7c4;
--color-2: #995c66;
--color-3: #6d2c33;
--color-4: #3d1a25;
--color-5: #2e0a12;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7c4, #995c66, #6d2c33, #3d1a25, #2e0a12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7c4, #995c66, #6d2c33, #3d1a25, #2e0a12);
}

Dark Red Elegance color palette created on .