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