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