Teal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Breeze palette

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

Teal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a7c8c8;
}
.color-2 {
color: #b4e4e4;
}
.color-3 {
color: #d0f1f1;
}
.color-4 {
color: #f0fffe;
}
.color-5 {
color: #e0b2b2;
}

/* CSS Variables */
:root {
--color-1: #a7c8c8;
--color-2: #b4e4e4;
--color-3: #d0f1f1;
--color-4: #f0fffe;
--color-5: #e0b2b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8c8, #b4e4e4, #d0f1f1, #f0fffe, #e0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8c8, #b4e4e4, #d0f1f1, #f0fffe, #e0b2b2);
}

Teal Breeze color palette created on .