Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #00b39e;
}
.color-2 {
color: #1eb8ab;
}
.color-3 {
color: #51d2c1;
}
.color-4 {
color: #a3e6d3;
}
.color-5 {
color: #d3f8e7;
}

/* CSS Variables */
:root {
--color-1: #00b39e;
--color-2: #1eb8ab;
--color-3: #51d2c1;
--color-4: #a3e6d3;
--color-5: #d3f8e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b39e, #1eb8ab, #51d2c1, #a3e6d3, #d3f8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b39e, #1eb8ab, #51d2c1, #a3e6d3, #d3f8e7);
}

Tropical Serenity color palette created on .