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