Forest Retreat カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Retreat palette
Forest Retreat カラー パレット PNG 画像
Forest Retreat カラーパレット CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #3a5a3c;
}
.color-3 {
color: #7c9e6b;
}
.color-4 {
color: #c8d5b9;
}
.color-5 {
color: #e8e2c5;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #3a5a3c;
--color-3: #7c9e6b;
--color-4: #c8d5b9;
--color-5: #e8e2c5;
}
Forest Retreat の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #3a5a3c, #7c9e6b, #c8d5b9, #e8e2c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #3a5a3c, #7c9e6b, #c8d5b9, #e8e2c5);
}
似たようなカラーパレット
Forest Retreat color palette created on .