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