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