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