Tropical Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenade palette

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

Tropical Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #6ad7c3;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #f76959;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #a84d90;
}

/* CSS Variables */
:root {
--color-1: #6ad7c3;
--color-2: #ffb84d;
--color-3: #f76959;
--color-4: #f0a800;
--color-5: #a84d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ad7c3, #ffb84d, #f76959, #f0a800, #a84d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ad7c3, #ffb84d, #f76959, #f0a800, #a84d90);
}

Tropical Serenade color palette created on .