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