Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #397c93;
}
.color-2 {
color: #5dafbb;
}
.color-3 {
color: #8fd5e0;
}
.color-4 {
color: #f3e8b9;
}
.color-5 {
color: #f1c7a7;
}

/* CSS Variables */
:root {
--color-1: #397c93;
--color-2: #5dafbb;
--color-3: #8fd5e0;
--color-4: #f3e8b9;
--color-5: #f1c7a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #397c93, #5dafbb, #8fd5e0, #f3e8b9, #f1c7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #397c93, #5dafbb, #8fd5e0, #f3e8b9, #f1c7a7);
}

Tropical Serenity color palette created on .