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