Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #3a8d92;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #8dd8d8;
}
.color-4 {
color: #f5c5a3;
}
.color-5 {
color: #f67e7e;
}

/* CSS Variables */
:root {
--color-1: #3a8d92;
--color-2: #5abfbd;
--color-3: #8dd8d8;
--color-4: #f5c5a3;
--color-5: #f67e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8d92, #5abfbd, #8dd8d8, #f5c5a3, #f67e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8d92, #5abfbd, #8dd8d8, #f5c5a3, #f67e7e);
}

Teal Breeze color palette created on .