Tropical Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Blue palette

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

Tropical Blue カラー パレット PNG 画像

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

Tropical Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3b6c8c;
}
.color-2 {
color: #4e8997;
}
.color-3 {
color: #61b3b3;
}
.color-4 {
color: #84d1d7;
}
.color-5 {
color: #a4e5e5;
}

/* CSS Variables */
:root {
--color-1: #3b6c8c;
--color-2: #4e8997;
--color-3: #61b3b3;
--color-4: #84d1d7;
--color-5: #a4e5e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6c8c, #4e8997, #61b3b3, #84d1d7, #a4e5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6c8c, #4e8997, #61b3b3, #84d1d7, #a4e5e5);
}

Tropical Blue color palette created on .