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