Turquoise Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Breeze palette

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

Turquoise Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #5bc8b6;
}
.color-2 {
color: #a4d5c7;
}
.color-3 {
color: #f1f4e7;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5bc8b6;
--color-2: #a4d5c7;
--color-3: #f1f4e7;
--color-4: #f5c400;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bc8b6, #a4d5c7, #f1f4e7, #f5c400, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bc8b6, #a4d5c7, #f1f4e7, #f5c400, #ff6e61);
}

Turquoise Breeze color palette created on .