Rustic Brew Haven カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Brew Haven palette

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

Rustic Brew Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #c86b3c;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f8e2a5;
}
.color-4 {
color: #4a8c6c;
}
.color-5 {
color: #7b3f3d;
}

/* CSS Variables */
:root {
--color-1: #c86b3c;
--color-2: #f1b74b;
--color-3: #f8e2a5;
--color-4: #4a8c6c;
--color-5: #7b3f3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c86b3c, #f1b74b, #f8e2a5, #4a8c6c, #7b3f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c86b3c, #f1b74b, #f8e2a5, #4a8c6c, #7b3f3d);
}

Rustic Brew Haven color palette created on .