Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #1be4d3;
}
.color-3 {
color: #55f6e6;
}
.color-4 {
color: #80f9f3;
}
.color-5 {
color: #a8fffc;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #1be4d3;
--color-3: #55f6e6;
--color-4: #80f9f3;
--color-5: #a8fffc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #1be4d3, #55f6e6, #80f9f3, #a8fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #1be4d3, #55f6e6, #80f9f3, #a8fffc);
}

Teal Breeze color palette created on .