Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #75e1c0;
}
.color-2 {
color: #48e5b1;
}
.color-3 {
color: #2bcaa7;
}
.color-4 {
color: #1f8a8e;
}
.color-5 {
color: #1b5c74;
}

/* CSS Variables */
:root {
--color-1: #75e1c0;
--color-2: #48e5b1;
--color-3: #2bcaa7;
--color-4: #1f8a8e;
--color-5: #1b5c74;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75e1c0, #48e5b1, #2bcaa7, #1f8a8e, #1b5c74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75e1c0, #48e5b1, #2bcaa7, #1f8a8e, #1b5c74);
}

Tropical Serenity color palette created on .