Teal Torrent カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Torrent palette

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

Teal Torrent カラーパレット CSS

/* CSS */
.color-1 {
color: #75c7c0;
}
.color-2 {
color: #f4c543;
}
.color-3 {
color: #f9b74e;
}
.color-4 {
color: #ef6c6c;
}
.color-5 {
color: #a550a0;
}

/* CSS Variables */
:root {
--color-1: #75c7c0;
--color-2: #f4c543;
--color-3: #f9b74e;
--color-4: #ef6c6c;
--color-5: #a550a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75c7c0, #f4c543, #f9b74e, #ef6c6c, #a550a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75c7c0, #f4c543, #f9b74e, #ef6c6c, #a550a0);
}

Teal Torrent color palette created on .