Loading...

Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット (PNG) をダウンロード

Download teal breeze color palette PNG image (landscape)
Download teal breeze color palette PNG image (square)

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #8cc1d4;
}
.color-2 {
color: #a3dbd8;
}
.color-3 {
color: #f6c5b1;
}
.color-4 {
color: #f9b1ae;
}
.color-5 {
color: #f97a1f;
}

/* CSS Variables */
:root {
--color-1: #8cc1d4;
--color-2: #a3dbd8;
--color-3: #f6c5b1;
--color-4: #f9b1ae;
--color-5: #f97a1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cc1d4, #a3dbd8, #f6c5b1, #f9b1ae, #f97a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cc1d4, #a3dbd8, #f6c5b1, #f9b1ae, #f97a1f);
}

Teal Breeze color palette created on .