Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #2caaa4;
}
.color-2 {
color: #3bc4b9;
}
.color-3 {
color: #58d0c6;
}
.color-4 {
color: #7dd8d5;
}
.color-5 {
color: #a0e9e0;
}

/* CSS Variables */
:root {
--color-1: #2caaa4;
--color-2: #3bc4b9;
--color-3: #58d0c6;
--color-4: #7dd8d5;
--color-5: #a0e9e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2caaa4, #3bc4b9, #58d0c6, #7dd8d5, #a0e9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2caaa4, #3bc4b9, #58d0c6, #7dd8d5, #a0e9e0);
}

Tropical Serenity color palette created on .