Tropical Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Aqua palette

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

Tropical Aqua カラーパレット (PNG) をダウンロード

Download tropical aqua color palette PNG image (landscape)
Download tropical aqua color palette PNG image (square)

Tropical Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #30bfd5;
}
.color-2 {
color: #1d9a9a;
}
.color-3 {
color: #0a7b7b;
}
.color-4 {
color: #0a5c5c;
}
.color-5 {
color: #0a3d3d;
}

/* CSS Variables */
:root {
--color-1: #30bfd5;
--color-2: #1d9a9a;
--color-3: #0a7b7b;
--color-4: #0a5c5c;
--color-5: #0a3d3d;
}

Tropical Aqua の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30bfd5, #1d9a9a, #0a7b7b, #0a5c5c, #0a3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30bfd5, #1d9a9a, #0a7b7b, #0a5c5c, #0a3d3d);
}

Tropical Aqua color palette created on .