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