Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #3b9ea0;
}
.color-2 {
color: #64c9b0;
}
.color-3 {
color: #8ef1c3;
}
.color-4 {
color: #b6f7dc;
}
.color-5 {
color: #f4f8f1;
}

/* CSS Variables */
:root {
--color-1: #3b9ea0;
--color-2: #64c9b0;
--color-3: #8ef1c3;
--color-4: #b6f7dc;
--color-5: #f4f8f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9ea0, #64c9b0, #8ef1c3, #b6f7dc, #f4f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9ea0, #64c9b0, #8ef1c3, #b6f7dc, #f4f8f1);
}

Teal Breeze color palette created on .