Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3e1a6;
}
.color-2 {
color: #b7e8b5;
}
.color-3 {
color: #cff0c1;
}
.color-4 {
color: #f2f9e6;
}
.color-5 {
color: #b2e0d6;
}

/* CSS Variables */
:root {
--color-1: #a3e1a6;
--color-2: #b7e8b5;
--color-3: #cff0c1;
--color-4: #f2f9e6;
--color-5: #b2e0d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e1a6, #b7e8b5, #cff0c1, #f2f9e6, #b2e0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e1a6, #b7e8b5, #cff0c1, #f2f9e6, #b2e0d6);
}

Tropical Serenity color palette created on .