Turquoise Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Breeze palette

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

Turquoise Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #4ca6b8;
}
.color-2 {
color: #70d2b4;
}
.color-3 {
color: #bae8a1;
}
.color-4 {
color: #f9d25d;
}
.color-5 {
color: #f48d3e;
}

/* CSS Variables */
:root {
--color-1: #4ca6b8;
--color-2: #70d2b4;
--color-3: #bae8a1;
--color-4: #f9d25d;
--color-5: #f48d3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ca6b8, #70d2b4, #bae8a1, #f9d25d, #f48d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ca6b8, #70d2b4, #bae8a1, #f9d25d, #f48d3e);
}

Turquoise Breeze color palette created on .