Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #66b2a0;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #38c2b6;
}
.color-4 {
color: #2ed1c4;
}
.color-5 {
color: #21dedb;
}

/* CSS Variables */
:root {
--color-1: #66b2a0;
--color-2: #4eb7a9;
--color-3: #38c2b6;
--color-4: #2ed1c4;
--color-5: #21dedb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66b2a0, #4eb7a9, #38c2b6, #2ed1c4, #21dedb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66b2a0, #4eb7a9, #38c2b6, #2ed1c4, #21dedb);
}

Tropical Serenity color palette created on .