Pastel Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastel Forest palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pastel Forest カラーパレット (PNG) をダウンロード
Pastel Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #b1d8b1;
}
.color-2 {
color: #a6c69f;
}
.color-3 {
color: #97beae;
}
.color-4 {
color: #6abe74;
}
.color-5 {
color: #4c9a5e;
}
/* CSS Variables */
:root {
--color-1: #b1d8b1;
--color-2: #a6c69f;
--color-3: #97beae;
--color-4: #6abe74;
--color-5: #4c9a5e;
}
Pastel Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1d8b1, #a6c69f, #97beae, #6abe74, #4c9a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1d8b1, #a6c69f, #97beae, #6abe74, #4c9a5e);
}
似たようなカラーパレット
下にスクロールして5個のパステルカラーパレットを探索しましょう
Pastel Forest color palette created on .