Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1e6c6c;
}
.color-2 {
color: #3a9c9c;
}
.color-3 {
color: #60c3c3;
}
.color-4 {
color: #a1e3e3;
}
.color-5 {
color: #d0f0f0;
}

/* CSS Variables */
:root {
--color-1: #1e6c6c;
--color-2: #3a9c9c;
--color-3: #60c3c3;
--color-4: #a1e3e3;
--color-5: #d0f0f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6c6c, #3a9c9c, #60c3c3, #a1e3e3, #d0f0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6c6c, #3a9c9c, #60c3c3, #a1e3e3, #d0f0f0);
}

Teal Breeze color palette created on .