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