Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1aa0c1;
}
.color-2 {
color: #1bc1d0;
}
.color-3 {
color: #41d8d5;
}
.color-4 {
color: #55e7e4;
}
.color-5 {
color: #a7f6f3;
}

/* CSS Variables */
:root {
--color-1: #1aa0c1;
--color-2: #1bc1d0;
--color-3: #41d8d5;
--color-4: #55e7e4;
--color-5: #a7f6f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1aa0c1, #1bc1d0, #41d8d5, #55e7e4, #a7f6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1aa0c1, #1bc1d0, #41d8d5, #55e7e4, #a7f6f3);
}

Tropical Serenity color palette created on .