Rustic Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Reverie palette

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

Rustic Reverie カラー パレット PNG 画像

Download rustic reverie color palette PNG image (landscape)
Download rustic reverie color palette PNG image (square)

Rustic Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #8d6e4e;
}
.color-2 {
color: #d8b283;
}
.color-3 {
color: #f0e2c7;
}
.color-4 {
color: #a3c4d7;
}
.color-5 {
color: #4c809a;
}

/* CSS Variables */
:root {
--color-1: #8d6e4e;
--color-2: #d8b283;
--color-3: #f0e2c7;
--color-4: #a3c4d7;
--color-5: #4c809a;
}

Rustic Reverie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d6e4e, #d8b283, #f0e2c7, #a3c4d7, #4c809a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d6e4e, #d8b283, #f0e2c7, #a3c4d7, #4c809a);
}

Rustic Reverie color palette created on .