Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #66dfea;
}
.color-2 {
color: #83eaf1;
}
.color-3 {
color: #aef6f9;
}
.color-4 {
color: #cefcfd;
}
.color-5 {
color: #f0ffff;
}

/* CSS Variables */
:root {
--color-1: #66dfea;
--color-2: #83eaf1;
--color-3: #aef6f9;
--color-4: #cefcfd;
--color-5: #f0ffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}

似たようなカラーパレット

Teal Breeze color palette created on .