Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1a8a99;
}
.color-2 {
color: #4fb5b5;
}
.color-3 {
color: #7ad1d0;
}
.color-4 {
color: #a3e0e0;
}
.color-5 {
color: #d4f7f7;
}

/* CSS Variables */
:root {
--color-1: #1a8a99;
--color-2: #4fb5b5;
--color-3: #7ad1d0;
--color-4: #a3e0e0;
--color-5: #d4f7f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8a99, #4fb5b5, #7ad1d0, #a3e0e0, #d4f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8a99, #4fb5b5, #7ad1d0, #a3e0e0, #d4f7f7);
}

Teal Breeze color palette created on .