Russian Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Russian Sunset palette

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

Russian Sunset カラーパレット (PNG) をダウンロード

Download russian sunset color palette PNG image (landscape)
Download russian sunset color palette PNG image (square)

Russian Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #c73b29;
}
.color-2 {
color: #cd5447;
}
.color-3 {
color: #d88969;
}
.color-4 {
color: #e0a690;
}
.color-5 {
color: #e9bdaf;
}

/* CSS Variables */
:root {
--color-1: #c73b29;
--color-2: #cd5447;
--color-3: #d88969;
--color-4: #e0a690;
--color-5: #e9bdaf;
}

Russian Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c73b29, #cd5447, #d88969, #e0a690, #e9bdaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c73b29, #cd5447, #d88969, #e0a690, #e9bdaf);
}

Russian Sunset color palette created on .