Tropical Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenade palette

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

Tropical Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #2e8a56;
}
.color-2 {
color: #65cdaa;
}
.color-3 {
color: #90e0d2;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #2e8a56;
--color-2: #65cdaa;
--color-3: #90e0d2;
--color-4: #ffcb5c;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8a56, #65cdaa, #90e0d2, #ffcb5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8a56, #65cdaa, #90e0d2, #ffcb5c, #ff6e61);
}

Tropical Serenade color palette created on .