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