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