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