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