Teal Coastline カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Coastline palette

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

Teal Coastline カラー パレット PNG 画像

Download teal coastline color palette PNG image (landscape)
Download teal coastline color palette PNG image (square)

Teal Coastline カラーパレット CSS

/* CSS */
.color-1 {
color: #d07d39;
}
.color-2 {
color: #e2a579;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #a5c9d5;
}
.color-5 {
color: #59999b;
}

/* CSS Variables */
:root {
--color-1: #d07d39;
--color-2: #e2a579;
--color-3: #f1c6a7;
--color-4: #a5c9d5;
--color-5: #59999b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d07d39, #e2a579, #f1c6a7, #a5c9d5, #59999b);
}

Teal Coastline color palette created on .