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