Teal and Terracotta カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal and Terracotta palette
Teal and Terracotta カラーパレット CSS
/* CSS */
.color-1 {
color: #508f95;
}
.color-2 {
color: #8b5b1d;
}
.color-3 {
color: #b47e7e;
}
.color-4 {
color: #362316;
}
.color-5 {
color: #ab5017;
}
/* CSS Variables */
:root {
--color-1: #508f95;
--color-2: #8b5b1d;
--color-3: #b47e7e;
--color-4: #362316;
--color-5: #ab5017;
}
Teal and Terracotta の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #508f95, #8b5b1d, #b47e7e, #362316, #ab5017);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #508f95, #8b5b1d, #b47e7e, #362316, #ab5017);
}
似たようなカラーパレット
Teal and Terracotta color palette created on .