Tropical Sunset Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunset Serenity palette

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

Tropical Sunset Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe680;
}
.color-4 {
color: #a0d9a0;
}
.color-5 {
color: #6cc5e5;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffe680;
--color-4: #a0d9a0;
--color-5: #6cc5e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffe680, #a0d9a0, #6cc5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffe680, #a0d9a0, #6cc5e5);
}

Tropical Sunset Serenity color palette created on .