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