Tropical Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenade palette

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

Tropical Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f9d55d;
}
.color-3 {
color: #a9e0b7;
}
.color-4 {
color: #49b8e4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f9d55d;
--color-3: #a9e0b7;
--color-4: #49b8e4;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f9d55d, #a9e0b7, #49b8e4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f9d55d, #a9e0b7, #49b8e4, #ff6e61);
}

Tropical Serenade color palette created on .