Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #00999e;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c7b0;
}
.color-4 {
color: #00e0b4;
}
.color-5 {
color: #00f5b8;
}

/* CSS Variables */
:root {
--color-1: #00999e;
--color-2: #00b3aa;
--color-3: #00c7b0;
--color-4: #00e0b4;
--color-5: #00f5b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00999e, #00b3aa, #00c7b0, #00e0b4, #00f5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00999e, #00b3aa, #00c7b0, #00e0b4, #00f5b8);
}

Tropical Serenity color palette created on .