Teal Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Forest palette

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

Teal Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #4a7c8c;
}
.color-2 {
color: #70a9a1;
}
.color-3 {
color: #90d5b3;
}
.color-4 {
color: #d4c7a1;
}
.color-5 {
color: #7e5b3e;
}

/* CSS Variables */
:root {
--color-1: #4a7c8c;
--color-2: #70a9a1;
--color-3: #90d5b3;
--color-4: #d4c7a1;
--color-5: #7e5b3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c8c, #70a9a1, #90d5b3, #d4c7a1, #7e5b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c8c, #70a9a1, #90d5b3, #d4c7a1, #7e5b3e);
}

Teal Forest color palette created on .