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