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: #bb3c30;
}
.color-2 {
color: #c65953;
}
.color-3 {
color: #d78c79;
}
.color-4 {
color: #e3b0a6;
}
.color-5 {
color: #f2d3cf;
}

/* CSS Variables */
:root {
--color-1: #bb3c30;
--color-2: #c65953;
--color-3: #d78c79;
--color-4: #e3b0a6;
--color-5: #f2d3cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb3c30, #c65953, #d78c79, #e3b0a6, #f2d3cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb3c30, #c65953, #d78c79, #e3b0a6, #f2d3cf);
}

Russian Sunset color palette created on .