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