Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #02a7c0;
}
.color-2 {
color: #4cd6d6;
}
.color-3 {
color: #8cf3e0;
}
.color-4 {
color: #9ff4a6;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #02a7c0;
--color-2: #4cd6d6;
--color-3: #8cf3e0;
--color-4: #9ff4a6;
--color-5: #f7c94b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7c0, #4cd6d6, #8cf3e0, #9ff4a6, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7c0, #4cd6d6, #8cf3e0, #9ff4a6, #f7c94b);
}

Tropical Serenity color palette created on .