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