Crayon Colors カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crayon Colors palette
Crayon Colors カラー パレット PNG 画像
Crayon Colors カラーパレット CSS
/* CSS */
.color-1 {
color: #834e62;
}
.color-2 {
color: #8b628d;
}
.color-3 {
color: #7d8230;
}
.color-4 {
color: #82725e;
}
.color-5 {
color: #7d358d;
}
/* CSS Variables */
:root {
--color-1: #834e62;
--color-2: #8b628d;
--color-3: #7d8230;
--color-4: #82725e;
--color-5: #7d358d;
}
Crayon Colors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #834e62, #8b628d, #7d8230, #82725e, #7d358d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #834e62, #8b628d, #7d8230, #82725e, #7d358d);
}
似たようなカラーパレット
下にスクロールして80+個のバーガンディカラーパレットを探索しましょう
Crayon Colors color palette created on .