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