Google Colors カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Google Colors palette
Google Colors カラーパレット (PNG) をダウンロード
Google Colors カラーパレット CSS
/* CSS */
.color-1 {
color: #4387f4;
}
.color-2 {
color: #34a853;
}
.color-3 {
color: #fbbd04;
}
.color-4 {
color: #ea4334;
}
.color-5 {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--color-1: #4387f4;
--color-2: #34a853;
--color-3: #fbbd04;
--color-4: #ea4334;
--color-5: #f3f4f6;
}
Google Colors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4387f4, #34a853, #fbbd04, #ea4334, #f3f4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4387f4, #34a853, #fbbd04, #ea4334, #f3f4f6);
}
似たようなカラーパレット
Google Colors color palette created on .