Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1d8cb4;
}
.color-2 {
color: #4eb8d0;
}
.color-3 {
color: #8bd4da;
}
.color-4 {
color: #f6a979;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1d8cb4;
--color-2: #4eb8d0;
--color-3: #8bd4da;
--color-4: #f6a979;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8cb4, #4eb8d0, #8bd4da, #f6a979, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8cb4, #4eb8d0, #8bd4da, #f6a979, #ff6e61);
}

Tropical Serenity color palette created on .