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