Turquoise Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Breeze palette

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

Turquoise Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #81cfc5;
}
.color-2 {
color: #a1e3d5;
}
.color-3 {
color: #d3f8e1;
}
.color-4 {
color: #ffedb8;
}
.color-5 {
color: #f3a78c;
}

/* CSS Variables */
:root {
--color-1: #81cfc5;
--color-2: #a1e3d5;
--color-3: #d3f8e1;
--color-4: #ffedb8;
--color-5: #f3a78c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81cfc5, #a1e3d5, #d3f8e1, #ffedb8, #f3a78c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81cfc5, #a1e3d5, #d3f8e1, #ffedb8, #f3a78c);
}

Turquoise Breeze color palette created on .