Grayson Hawthorne カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Grayson Hawthorne palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Grayson Hawthorne カラーパレット (PNG) をダウンロード
Grayson Hawthorne カラーパレット CSS
/* CSS */
.color-1 {
color: #b7cae1;
}
.color-2 {
color: #b2b3b3;
}
.color-3 {
color: #797a7c;
}
.color-4 {
color: #dbdbdc;
}
.color-5 {
color: #548fc0;
}
/* CSS Variables */
:root {
--color-1: #b7cae1;
--color-2: #b2b3b3;
--color-3: #797a7c;
--color-4: #dbdbdc;
--color-5: #548fc0;
}
Grayson Hawthorne の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7cae1, #b2b3b3, #797a7c, #dbdbdc, #548fc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7cae1, #b2b3b3, #797a7c, #dbdbdc, #548fc0);
}
似たようなカラーパレット
Grayson Hawthorne color palette created on .