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