Teal and Coral カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal and Coral palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Teal and Coral カラーパレット (PNG) をダウンロード
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 .