Tropical Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Harmony palette
Tropical Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #354a5f;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #e74d3c;
--color-3: #f9e79f;
--color-4: #354a5f;
--color-5: #ffffff;
}
Tropical Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #e74d3c, #f9e79f, #354a5f, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #e74d3c, #f9e79f, #354a5f, #ffffff);
}
似たようなカラーパレット
Tropical Harmony color palette created on .