Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #2da8b4;
}
.color-2 {
color: #5bd2b0;
}
.color-3 {
color: #89e6b1;
}
.color-4 {
color: #a5f3b5;
}
.color-5 {
color: #d2f9d3;
}

/* CSS Variables */
:root {
--color-1: #2da8b4;
--color-2: #5bd2b0;
--color-3: #89e6b1;
--color-4: #a5f3b5;
--color-5: #d2f9d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2da8b4, #5bd2b0, #89e6b1, #a5f3b5, #d2f9d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2da8b4, #5bd2b0, #89e6b1, #a5f3b5, #d2f9d3);
}

Teal Breeze color palette created on .