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