Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

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

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a4dada;
}
.color-3 {
color: #7fd2d2;
}
.color-4 {
color: #4abfbf;
}
.color-5 {
color: #009999;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a4dada;
--color-3: #7fd2d2;
--color-4: #4abfbf;
--color-5: #009999;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a4dada, #7fd2d2, #4abfbf, #009999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a4dada, #7fd2d2, #4abfbf, #009999);
}

Tropical Serenity color palette created on .