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