Red Desert カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Desert palette

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

Red Desert カラー パレット PNG 画像

Download red desert color palette PNG image (landscape)
Download red desert color palette PNG image (square)

Red Desert カラーパレット CSS

/* CSS */
.color-1 {
color: #d94f3f;
}
.color-2 {
color: #f68b55;
}
.color-3 {
color: #f9b56c;
}
.color-4 {
color: #f5d27f;
}
.color-5 {
color: #f1e5b7;
}

/* CSS Variables */
:root {
--color-1: #d94f3f;
--color-2: #f68b55;
--color-3: #f9b56c;
--color-4: #f5d27f;
--color-5: #f1e5b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94f3f, #f68b55, #f9b56c, #f5d27f, #f1e5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94f3f, #f68b55, #f9b56c, #f5d27f, #f1e5b7);
}

Red Desert color palette created on .