Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #3ab8f2;
}
.color-3 {
color: #a5dde9;
}
.color-4 {
color: #e1f5fe;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #3ab8f2;
--color-3: #a5dde9;
--color-4: #e1f5fe;
--color-5: #ffb84d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #3ab8f2, #a5dde9, #e1f5fe, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #3ab8f2, #a5dde9, #e1f5fe, #ffb84d);
}

Tropical Serenity color palette created on .