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