Tropical Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenade palette

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

Tropical Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #2a8d5c;
}
.color-2 {
color: #6ecf79;
}
.color-3 {
color: #aedf9f;
}
.color-4 {
color: #f5d76b;
}
.color-5 {
color: #f65e3c;
}

/* CSS Variables */
:root {
--color-1: #2a8d5c;
--color-2: #6ecf79;
--color-3: #aedf9f;
--color-4: #f5d76b;
--color-5: #f65e3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a8d5c, #6ecf79, #aedf9f, #f5d76b, #f65e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a8d5c, #6ecf79, #aedf9f, #f5d76b, #f65e3c);
}

Tropical Serenade color palette created on .