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