Tropical Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenade palette

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

Tropical Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f5e0a3;
}
.color-3 {
color: #d8c1a6;
}
.color-4 {
color: #a0d3d4;
}
.color-5 {
color: #6eb5d8;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f5e0a3;
--color-3: #d8c1a6;
--color-4: #a0d3d4;
--color-5: #6eb5d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f5e0a3, #d8c1a6, #a0d3d4, #6eb5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f5e0a3, #d8c1a6, #a0d3d4, #6eb5d8);
}

Tropical Serenade color palette created on .