Teal and Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal and Coral palette

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

Teal and Coral カラーパレット (PNG) をダウンロード

Download teal and coral color palette PNG image (landscape)
Download teal and coral color palette PNG image (square)

Teal and Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #3d9e9e;
}
.color-2 {
color: #f0b6a3;
}
.color-3 {
color: #f6d4a2;
}
.color-4 {
color: #eabe71;
}
.color-5 {
color: #d75c33;
}

/* CSS Variables */
:root {
--color-1: #3d9e9e;
--color-2: #f0b6a3;
--color-3: #f6d4a2;
--color-4: #eabe71;
--color-5: #d75c33;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9e9e, #f0b6a3, #f6d4a2, #eabe71, #d75c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9e9e, #f0b6a3, #f6d4a2, #eabe71, #d75c33);
}

Teal and Coral color palette created on .