Rustic Rosewood カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Rosewood palette

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

Rustic Rosewood カラーパレット CSS

/* CSS */
.color-1 {
color: #4e2c30;
}
.color-2 {
color: #7b5956;
}
.color-3 {
color: #b68d8b;
}
.color-4 {
color: #cfb3a0;
}
.color-5 {
color: #f1e0d0;
}

/* CSS Variables */
:root {
--color-1: #4e2c30;
--color-2: #7b5956;
--color-3: #b68d8b;
--color-4: #cfb3a0;
--color-5: #f1e0d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2c30, #7b5956, #b68d8b, #cfb3a0, #f1e0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2c30, #7b5956, #b68d8b, #cfb3a0, #f1e0d0);
}

Rustic Rosewood color palette created on .