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