Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #00ff88;
}
.color-3 {
color: #00cc99;
}
.color-4 {
color: #007f80;
}
.color-5 {
color: #006161;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #00ff88;
--color-3: #00cc99;
--color-4: #007f80;
--color-5: #006161;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #00ff88, #00cc99, #007f80, #006161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #00ff88, #00cc99, #007f80, #006161);
}

Tropical Serenity color palette created on .