Shadow x Rouge カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shadow x Rouge palette

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

Shadow x Rouge カラー パレット PNG 画像

Download shadow x rouge color palette PNG image (landscape)
Download shadow x rouge color palette PNG image (square)

Shadow x Rouge カラーパレット CSS

/* CSS */
.color-1 {
color: #1d192e;
}
.color-2 {
color: #ca2b2b;
}
.color-3 {
color: #f8c36d;
}
.color-4 {
color: #d87a3b;
}
.color-5 {
color: #3d3d3d;
}

/* CSS Variables */
:root {
--color-1: #1d192e;
--color-2: #ca2b2b;
--color-3: #f8c36d;
--color-4: #d87a3b;
--color-5: #3d3d3d;
}

Shadow x Rouge の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d192e, #ca2b2b, #f8c36d, #d87a3b, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d192e, #ca2b2b, #f8c36d, #d87a3b, #3d3d3d);
}

Shadow x Rouge color palette created on .