Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3bb0aa;
}
.color-2 {
color: #2a7976;
}
.color-3 {
color: #faf3e0;
}
.color-4 {
color: #fe5e52;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #3bb0aa;
--color-2: #2a7976;
--color-3: #faf3e0;
--color-4: #fe5e52;
--color-5: #ffb84d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bb0aa, #2a7976, #faf3e0, #fe5e52, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bb0aa, #2a7976, #faf3e0, #fe5e52, #ffb84d);
}

Tropical Serenity color palette created on .