Tropical Sunset Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunset Serenity palette

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

Tropical Sunset Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff6d2e;
}
.color-4 {
color: #007b80;
}
.color-5 {
color: #1a998c;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b42;
--color-3: #ff6d2e;
--color-4: #007b80;
--color-5: #1a998c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b42, #ff6d2e, #007b80, #1a998c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b42, #ff6d2e, #007b80, #1a998c);
}

Tropical Sunset Serenity color palette created on .