Teal Forest Lake カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Forest Lake palette

このパレットを共有する先:

Teal Forest Lake カラーパレット CSS

/* CSS */
.color-1 {
color: #2f4b50;
}
.color-2 {
color: #4b817f;
}
.color-3 {
color: #70c7c3;
}
.color-4 {
color: #9ee2e5;
}
.color-5 {
color: #f1f8f8;
}

/* CSS Variables */
:root {
--color-1: #2f4b50;
--color-2: #4b817f;
--color-3: #70c7c3;
--color-4: #9ee2e5;
--color-5: #f1f8f8;
}

Teal Forest Lake の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4b50, #4b817f, #70c7c3, #9ee2e5, #f1f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4b50, #4b817f, #70c7c3, #9ee2e5, #f1f8f8);
}

Teal Forest Lake color palette created on .