Rustic Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Reverie palette

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

Rustic Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #c55c49;
}
.color-2 {
color: #7d2d2c;
}
.color-3 {
color: #d7b3a8;
}
.color-4 {
color: #502b4e;
}
.color-5 {
color: #4e3b59;
}

/* CSS Variables */
:root {
--color-1: #c55c49;
--color-2: #7d2d2c;
--color-3: #d7b3a8;
--color-4: #502b4e;
--color-5: #4e3b59;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c55c49, #7d2d2c, #d7b3a8, #502b4e, #4e3b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c55c49, #7d2d2c, #d7b3a8, #502b4e, #4e3b59);
}

Rustic Reverie color palette created on .