Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #7eb4ac;
}
.color-2 {
color: #a0d4c8;
}
.color-3 {
color: #d0e1d4;
}
.color-4 {
color: #f2e7d4;
}
.color-5 {
color: #f9ccb4;
}

/* CSS Variables */
:root {
--color-1: #7eb4ac;
--color-2: #a0d4c8;
--color-3: #d0e1d4;
--color-4: #f2e7d4;
--color-5: #f9ccb4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7eb4ac, #a0d4c8, #d0e1d4, #f2e7d4, #f9ccb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7eb4ac, #a0d4c8, #d0e1d4, #f2e7d4, #f9ccb4);
}

Teal Breeze color palette created on .