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