Tropical Serenity Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity Spectrum palette

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

Tropical Serenity Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #cdf3e1;
}
.color-2 {
color: #7bade0;
}
.color-3 {
color: #26cfaa;
}
.color-4 {
color: #078d70;
}
.color-5 {
color: #4f48cb;
}

/* CSS Variables */
:root {
--color-1: #cdf3e1;
--color-2: #7bade0;
--color-3: #26cfaa;
--color-4: #078d70;
--color-5: #4f48cb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdf3e1, #7bade0, #26cfaa, #078d70, #4f48cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdf3e1, #7bade0, #26cfaa, #078d70, #4f48cb);
}

Tropical Serenity Spectrum color palette created on .