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