Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3e1d2;
}
.color-2 {
color: #78c8e3;
}
.color-3 {
color: #4ca8e1;
}
.color-4 {
color: #398bc6;
}
.color-5 {
color: #2d6a9f;
}

/* CSS Variables */
:root {
--color-1: #a3e1d2;
--color-2: #78c8e3;
--color-3: #4ca8e1;
--color-4: #398bc6;
--color-5: #2d6a9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e1d2, #78c8e3, #4ca8e1, #398bc6, #2d6a9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e1d2, #78c8e3, #4ca8e1, #398bc6, #2d6a9f);
}

Tropical Serenity color palette created on .