Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

このパレットを共有する先:

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1e7676;
}
.color-2 {
color: #49d0d0;
}
.color-3 {
color: #7de3e2;
}
.color-4 {
color: #a1f2f2;
}
.color-5 {
color: #dbfffb;
}

/* CSS Variables */
:root {
--color-1: #1e7676;
--color-2: #49d0d0;
--color-3: #7de3e2;
--color-4: #a1f2f2;
--color-5: #dbfffb;
}

Teal Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7676, #49d0d0, #7de3e2, #a1f2f2, #dbfffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7676, #49d0d0, #7de3e2, #a1f2f2, #dbfffb);
}

Teal Breeze color palette created on .