Forest and Ocean カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest and Ocean palette
Forest and Ocean カラー パレット PNG 画像
Forest and Ocean カラーパレット CSS
/* CSS */
.color-1 {
color: #1c3f4a;
}
.color-2 {
color: #3a6c73;
}
.color-3 {
color: #5f8c7b;
}
.color-4 {
color: #89c2a0;
}
.color-5 {
color: #e3f1df;
}
/* CSS Variables */
:root {
--color-1: #1c3f4a;
--color-2: #3a6c73;
--color-3: #5f8c7b;
--color-4: #89c2a0;
--color-5: #e3f1df;
}
Forest and Ocean の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f4a, #3a6c73, #5f8c7b, #89c2a0, #e3f1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f4a, #3a6c73, #5f8c7b, #89c2a0, #e3f1df);
}
似たようなカラーパレット
下にスクロールして6個のフォレストカラーパレットを探索しましょう
Forest and Ocean color palette created on .