Rustic Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rustic Embrace palette
Rustic Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #d7c7a7;
}
.color-2 {
color: #c7b39e;
}
.color-3 {
color: #a58d78;
}
.color-4 {
color: #795b44;
}
.color-5 {
color: #503c2b;
}
/* CSS Variables */
:root {
--color-1: #d7c7a7;
--color-2: #c7b39e;
--color-3: #a58d78;
--color-4: #795b44;
--color-5: #503c2b;
}
Rustic Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c7a7, #c7b39e, #a58d78, #795b44, #503c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c7a7, #c7b39e, #a58d78, #795b44, #503c2b);
}
似たようなカラーパレット
Rustic Embrace color palette created on .